Html Css Color HEX #F0CFDC Classic Rose

📋 copy color: '#F0CFDC'

red 240 ◦ green 207 ◦ blue 220

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

Shades of Classic Rose #F0CFDC

Tints of Classic Rose #F0CFDC

RGB

 RED value IS 240 (94.14% from 255) = 35.98%

 GREEN value IS 207 (81.25% from 255) = 31.03%

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

R = 35.98%
G = 31.03%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CFDC (or 0xF0CFDC) is known color: Classic Rose. HEX triplet: F0, CF and DC. RGB value is (240,207,220). Sum of RGB (Red+Green+Blue) = 240+207+220=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDC is #0F3023. Grayscale: #DADADA. Windows color (decimal): -995364 or 14471152. OLE color: 14471152.

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

Color convert

RGB 240 207 220 -
CMYK 0 0.14 0.08 0.06
HSL 336.36º 0.52% 0.88% -
HSV(B) 336.36º 0.14% 0.94% -
XYZ 71.17 68.32 77.15 -
YUV 218.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 240 207 220 0 0.14 0.08 0.06 336.36 0.52 0.88
Hex F0 CF DC 0 E 8 6 150 34 58
Octal 360 317 334 0 16 10 6 520 64 130
Binary 11110000 11001111 11011100 0 1110 1000 110 101010000 110100 1011000

Color Harmonies of #F0CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFDC

Black with #F0CFDC

Text Example


Text Example

White with #F0CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFDC; }

 p { color: rgb(240,207,220); }

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

background-color css

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

 a { background-color: rgb(240,207,220); }

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

border-color css

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

 span { border-color: rgb(240,207,220); }

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