Html Css Color HEX #F9C3DD Classic Rose

📋 copy color: '#F9C3DD'

red 249 ◦ green 195 ◦ blue 221

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

Shades of Classic Rose #F9C3DD

Tints of Classic Rose #F9C3DD

RGB

 RED value IS 249 (97.66% from 255) = 37.44%

 GREEN value IS 195 (76.56% from 255) = 29.32%

 BLUE value IS 221 (86.72% from 255) = 33.23%

R = 37.44%
G = 29.32%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9C3DD (or 0xF9C3DD) is known color: Classic Rose. HEX triplet: F9, C3 and DD. RGB value is (249,195,221). Sum of RGB (Red+Green+Blue) = 249+195+221=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3DD is #063C22. Grayscale: #D6D6D6. Windows color (decimal): -408611 or 14533625. OLE color: 14533625.

HSL color Cylindrical-coordinate representation of color #F9C3DD: hue angle of 331.11º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C3DD is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 221 -
CMYK 0 0.22 0.11 0.02
HSL 331.11º 0.82% 0.87% -
HSV(B) 331.11º 0.22% 0.98% -
XYZ 71.63 64.39 77.06 -
YUV 214.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 249 195 221 0 0.22 0.11 0.02 331.11 0.82 0.87
Hex F9 C3 DD 0 16 B 2 14B 52 57
Octal 371 303 335 0 26 13 2 513 122 127
Binary 11111001 11000011 11011101 0 10110 1011 10 101001011 1010010 1010111

Color Harmonies of #F9C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C3DD

Black with #F9C3DD

Text Example


Text Example

White with #F9C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C3DD; }

 p { color: rgb(249,195,221); }

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

background-color css

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

 a { background-color: rgb(249,195,221); }

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

border-color css

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

 span { border-color: rgb(249,195,221); }

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