Html Css Color HEX #FFC5DE Classic Rose

📋 copy color: '#FFC5DE'

red 255 ◦ green 197 ◦ blue 222

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

Shades of Classic Rose #FFC5DE

Tints of Classic Rose #FFC5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.94%

R = 37.83%
G = 29.23%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFC5DE (or 0xFFC5DE) is known color: Classic Rose. HEX triplet: FF, C5 and DE. RGB value is (255,197,222). Sum of RGB (Red+Green+Blue) = 255+197+222=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DE is #003A21. Grayscale: #D9D9D9. Windows color (decimal): -14882 or 14599679. OLE color: 14599679.

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

Color convert

RGB 255 197 222 -
CMYK 0 0.23 0.13 0
HSL 334.14º 1% 0.89% -
HSV(B) 334.14º 0.23% 1% -
XYZ 74.39 66.47 78.02 -
YUV 217.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 255 197 222 0 0.23 0.13 0 334.14 1 0.89
Hex FF C5 DE 0 17 D 0 14E 64 59
Octal 377 305 336 0 27 15 0 516 144 131
Binary 11111111 11000101 11011110 0 10111 1101 0 101001110 1100100 1011001

Color Harmonies of #FFC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5DE

Black with #FFC5DE

Text Example


Text Example

White with #FFC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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