Html Css Color HEX #FFC9DE Classic Rose

📋 copy color: '#FFC9DE'

red 255 ◦ green 201 ◦ blue 222

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

Shades of Classic Rose #FFC9DE

Tints of Classic Rose #FFC9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.65%

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

R = 37.61%
G = 29.65%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFC9DE (or 0xFFC9DE) is known color: Classic Rose. HEX triplet: FF, C9 and DE. RGB value is (255,201,222). Sum of RGB (Red+Green+Blue) = 255+201+222=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DE is #003621. Grayscale: #DBDBDB. Windows color (decimal): -13858 or 14600703. OLE color: 14600703.

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

Color convert

RGB 255 201 222 -
CMYK 0 0.21 0.13 0
HSL 336.67º 1% 0.89% -
HSV(B) 336.67º 0.21% 1% -
XYZ 75.31 68.31 78.32 -
YUV 219.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 255 201 222 0 0.21 0.13 0 336.67 1 0.89
Hex FF C9 DE 0 15 D 0 151 64 59
Octal 377 311 336 0 25 15 0 521 144 131
Binary 11111111 11001001 11011110 0 10101 1101 0 101010001 1100100 1011001

Color Harmonies of #FFC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9DE

Black with #FFC9DE

Text Example


Text Example

White with #FFC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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