Html Css Color HEX #FFC0E0 Classic Rose

📋 copy color: '#FFC0E0'

red 255 ◦ green 192 ◦ blue 224

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

Shades of Classic Rose #FFC0E0

Tints of Classic Rose #FFC0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.38%

R = 38%
G = 28.61%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFC0E0 (or 0xFFC0E0) is known color: Classic Rose. HEX triplet: FF, C0 and E0. RGB value is (255,192,224). Sum of RGB (Red+Green+Blue) = 255+192+224=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E0 is #003F1F. Grayscale: #D6D6D6. Windows color (decimal): -16160 or 14729471. OLE color: 14729471.

HSL color Cylindrical-coordinate representation of color #FFC0E0: hue angle of 329.52º 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 #FFC0E0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 224 -
CMYK 0 0.25 0.12 0
HSL 329.52º 1% 0.88% -
HSV(B) 329.52º 0.25% 1% -
XYZ 73.54 64.34 79.06 -
YUV 214.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 255 192 224 0 0.25 0.12 0 329.52 1 0.88
Hex FF C0 E0 0 19 C 0 14A 64 58
Octal 377 300 340 0 31 14 0 512 144 130
Binary 11111111 11000000 11100000 0 11001 1100 0 101001010 1100100 1011000

Color Harmonies of #FFC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0E0

Black with #FFC0E0

Text Example


Text Example

White with #FFC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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