Html Css Color HEX #F2D0DF Classic Rose

📋 copy color: '#F2D0DF'

red 242 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #F2D0DF

Tints of Classic Rose #F2D0DF

RGB

 RED value IS 242 (94.92% from 255) = 35.96%

 GREEN value IS 208 (81.64% from 255) = 30.91%

 BLUE value IS 223 (87.5% from 255) = 33.14%

R = 35.96%
G = 30.91%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2D0DF (or 0xF2D0DF) is known color: Classic Rose. HEX triplet: F2, D0 and DF. RGB value is (242,208,223). Sum of RGB (Red+Green+Blue) = 242+208+223=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0DF is #0D2F20. Grayscale: #DBDBDB. Windows color (decimal): -864033 or 14668018. OLE color: 14668018.

HSL color Cylindrical-coordinate representation of color #F2D0DF: hue angle of 333.53º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D0DF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 208 223 -
CMYK 0 0.14 0.08 0.05
HSL 333.53º 0.57% 0.88% -
HSV(B) 333.53º 0.14% 0.95% -
XYZ 72.49 69.32 79.37 -
YUV 219.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 242 208 223 0 0.14 0.08 0.05 333.53 0.57 0.88
Hex F2 D0 DF 0 E 8 5 14E 39 58
Octal 362 320 337 0 16 10 5 516 71 130
Binary 11110010 11010000 11011111 0 1110 1000 101 101001110 111001 1011000

Color Harmonies of #F2D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0DF

Black with #F2D0DF

Text Example


Text Example

White with #F2D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0DF; }

 p { color: rgb(242,208,223); }

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

background-color css

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

 a { background-color: rgb(242,208,223); }

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

border-color css

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

 span { border-color: rgb(242,208,223); }

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