Html Css Color HEX #FFC8E8 Classic Rose

📋 copy color: '#FFC8E8'

red 255 ◦ green 200 ◦ blue 232

#FFC8E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FFC8E8

Tints of Classic Rose #FFC8E8

RGB

 RED value IS 255 (100% from 255) = 37.12%

 GREEN value IS 200 (78.52% from 255) = 29.11%

 BLUE value IS 232 (91.02% from 255) = 33.77%

R = 37.12%
G = 29.11%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFC8E8 (or 0xFFC8E8) is known color: Classic Rose. HEX triplet: FF, C8 and E8. RGB value is (255,200,232). Sum of RGB (Red+Green+Blue) = 255+200+232=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8E8 is #003717. Grayscale: #DCDCDC. Windows color (decimal): -14104 or 15255807. OLE color: 15255807.

HSL color Cylindrical-coordinate representation of color #FFC8E8: hue angle of 325.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8E8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 200 232 -
CMYK 0 0.22 0.09 0
HSL 325.09º 1% 0.89% -
HSV(B) 325.09º 0.22% 1% -
XYZ 76.46 68.39 85.52 -
YUV 220.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 255 200 232 0 0.22 0.09 0 325.09 1 0.89
Hex FF C8 E8 0 16 9 0 145 64 59
Octal 377 310 350 0 26 11 0 505 144 131
Binary 11111111 11001000 11101000 0 10110 1001 0 101000101 1100100 1011001

Color Harmonies of #FFC8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8E8

Black with #FFC8E8

Text Example


Text Example

White with #FFC8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8E8; }

 p { color: rgb(255,200,232); }

 H1.HeaderClassName
 {
   color: #FFC8E8;
 }
 .AnyTagClassName
 {
   color: #FFC8E8;
 }
</style>

background-color css

<style>
 a { background-color: #FFC8E8; }

 a { background-color: rgb(255,200,232); }

 div.DivClassName
 {
   background-color: #FFC8E8;
 }
 .BgClassName
 {
   background-color: #FFC8E8;
 }
</style>

border-color css

<style>
 span { border-color: #FFC8E8; }

 span { border-color: rgb(255,200,232); }

 td.TdClassName
 {
   border-color: #FFC8E8;
 }
 .TagClassName
 {
   border-color: #FFC8E8;
 }
</style>