Html Css Color HEX #FFC0E4 Classic Rose

📋 copy color: '#FFC0E4'

red 255 ◦ green 192 ◦ blue 228

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

Shades of Classic Rose #FFC0E4

Tints of Classic Rose #FFC0E4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.44%

 BLUE value IS 228 (89.45% from 255) = 33.78%

R = 37.78%
G = 28.44%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFC0E4 (or 0xFFC0E4) is known color: Classic Rose. HEX triplet: FF, C0 and E4. RGB value is (255,192,228). Sum of RGB (Red+Green+Blue) = 255+192+228=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E4 is #003F1B. Grayscale: #D6D6D6. Windows color (decimal): -16156 or 14991615. OLE color: 14991615.

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

Color convert

RGB 255 192 228 -
CMYK 0 0.25 0.11 0
HSL 325.71º 1% 0.88% -
HSV(B) 325.71º 0.25% 1% -
XYZ 74.09 64.56 81.96 -
YUV 214.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 255 192 228 0 0.25 0.11 0 325.71 1 0.88
Hex FF C0 E4 0 19 B 0 146 64 58
Octal 377 300 344 0 31 13 0 506 144 130
Binary 11111111 11000000 11100100 0 11001 1011 0 101000110 1100100 1011000

Color Harmonies of #FFC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0E4

Black with #FFC0E4

Text Example


Text Example

White with #FFC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0E4; }

 p { color: rgb(255,192,228); }

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

background-color css

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

 a { background-color: rgb(255,192,228); }

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

border-color css

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

 span { border-color: rgb(255,192,228); }

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