Html Css Color HEX #F3C9DC Classic Rose

📋 copy color: '#F3C9DC'

red 243 ◦ green 201 ◦ blue 220

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

Shades of Classic Rose #F3C9DC

Tints of Classic Rose #F3C9DC

RGB

 RED value IS 243 (95.31% from 255) = 36.6%

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

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 36.6%
G = 30.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3C9DC (or 0xF3C9DC) is known color: Classic Rose. HEX triplet: F3, C9 and DC. RGB value is (243,201,220). Sum of RGB (Red+Green+Blue) = 243+201+220=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9DC is #0C3623. Grayscale: #D7D7D7. Windows color (decimal): -800292 or 14469619. OLE color: 14469619.

HSL color Cylindrical-coordinate representation of color #F3C9DC: hue angle of 332.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9DC is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 201 220 -
CMYK 0 0.17 0.09 0.05
HSL 332.86º 0.64% 0.87% -
HSV(B) 332.86º 0.17% 0.95% -
XYZ 70.77 66 76.72 -
YUV 215.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 243 201 220 0 0.17 0.09 0.05 332.86 0.64 0.87
Hex F3 C9 DC 0 11 9 5 14D 40 57
Octal 363 311 334 0 21 11 5 515 100 127
Binary 11110011 11001001 11011100 0 10001 1001 101 101001101 1000000 1010111

Color Harmonies of #F3C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C9DC

Black with #F3C9DC

Text Example


Text Example

White with #F3C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C9DC; }

 p { color: rgb(243,201,220); }

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

background-color css

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

 a { background-color: rgb(243,201,220); }

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

border-color css

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

 span { border-color: rgb(243,201,220); }

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