Html Css Color HEX #F0CFDD Classic Rose

📋 copy color: '#F0CFDD'

red 240 ◦ green 207 ◦ blue 221

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

Shades of Classic Rose #F0CFDD

Tints of Classic Rose #F0CFDD

RGB

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

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

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

R = 35.93%
G = 30.99%
B = 33.08%

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

#F0CFDD (or 0xF0CFDD) is known color: Classic Rose. HEX triplet: F0, CF and DD. RGB value is (240,207,221). Sum of RGB (Red+Green+Blue) = 240+207+221=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDD is #0F3022. Grayscale: #DADADA. Windows color (decimal): -995363 or 14536688. OLE color: 14536688.

HSL color Cylindrical-coordinate representation of color #F0CFDD: hue angle of 334.55º 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 #F0CFDD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 221 -
CMYK 0 0.14 0.08 0.06
HSL 334.55º 0.52% 0.88% -
HSV(B) 334.55º 0.14% 0.94% -
XYZ 71.3 68.37 77.85 -
YUV 218.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 240 207 221 0 0.14 0.08 0.06 334.55 0.52 0.88
Hex F0 CF DD 0 E 8 6 14F 34 58
Octal 360 317 335 0 16 10 6 517 64 130
Binary 11110000 11001111 11011101 0 1110 1000 110 101001111 110100 1011000

Color Harmonies of #F0CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFDD

Black with #F0CFDD

Text Example


Text Example

White with #F0CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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