Html Css Color HEX #FFC5E0 Classic Rose

📋 copy color: '#FFC5E0'

red 255 ◦ green 197 ◦ blue 224

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

Shades of Classic Rose #FFC5E0

Tints of Classic Rose #FFC5E0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.14%

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

R = 37.72%
G = 29.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFC5E0 (or 0xFFC5E0) is known color: Classic Rose. HEX triplet: FF, C5 and E0. RGB value is (255,197,224). Sum of RGB (Red+Green+Blue) = 255+197+224=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5E0 is #003A1F. Grayscale: #D9D9D9. Windows color (decimal): -14880 or 14730751. OLE color: 14730751.

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

Color convert

RGB 255 197 224 -
CMYK 0 0.23 0.12 0
HSL 332.07º 1% 0.89% -
HSV(B) 332.07º 0.23% 1% -
XYZ 74.66 66.57 79.44 -
YUV 217.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 255 197 224 0 0.23 0.12 0 332.07 1 0.89
Hex FF C5 E0 0 17 C 0 14C 64 59
Octal 377 305 340 0 27 14 0 514 144 131
Binary 11111111 11000101 11100000 0 10111 1100 0 101001100 1100100 1011001

Color Harmonies of #FFC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5E0

Black with #FFC5E0

Text Example


Text Example

White with #FFC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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