Html Css Color HEX #F9C1DD Classic Rose

📋 copy color: '#F9C1DD'

red 249 ◦ green 193 ◦ blue 221

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

Shades of Classic Rose #F9C1DD

Tints of Classic Rose #F9C1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.11%

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

R = 37.56%
G = 29.11%
B = 33.33%

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

#F9C1DD (or 0xF9C1DD) is known color: Classic Rose. HEX triplet: F9, C1 and DD. RGB value is (249,193,221). Sum of RGB (Red+Green+Blue) = 249+193+221=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C1DD is #063E22. Grayscale: #D4D4D4. Windows color (decimal): -409123 or 14533113. OLE color: 14533113.

HSL color Cylindrical-coordinate representation of color #F9C1DD: hue angle of 330º 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 #F9C1DD is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 193 221 -
CMYK 0 0.22 0.11 0.02
HSL 330º 0.82% 0.87% -
HSV(B) 330º 0.22% 0.98% -
XYZ 71.19 63.5 76.91 -
YUV 212.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 249 193 221 0 0.22 0.11 0.02 330 0.82 0.87
Hex F9 C1 DD 0 16 B 2 14A 52 57
Octal 371 301 335 0 26 13 2 512 122 127
Binary 11111001 11000001 11011101 0 10110 1011 10 101001010 1010010 1010111

Color Harmonies of #F9C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C1DD

Black with #F9C1DD

Text Example


Text Example

White with #F9C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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