Html Css Color HEX #F0CFDF Classic Rose

📋 copy color: '#F0CFDF'

red 240 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #F0CFDF

Tints of Classic Rose #F0CFDF

RGB

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

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

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

R = 35.82%
G = 30.9%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0CFDF (or 0xF0CFDF) is known color: Classic Rose. HEX triplet: F0, CF and DF. RGB value is (240,207,223). Sum of RGB (Red+Green+Blue) = 240+207+223=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDF is #0F3020. Grayscale: #DADADA. Windows color (decimal): -995361 or 14667760. OLE color: 14667760.

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

Color convert

RGB 240 207 223 -
CMYK 0 0.14 0.07 0.06
HSL 330.91º 0.52% 0.88% -
HSV(B) 330.91º 0.14% 0.94% -
XYZ 71.57 68.48 79.26 -
YUV 218.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 240 207 223 0 0.14 0.07 0.06 330.91 0.52 0.88
Hex F0 CF DF 0 E 7 6 14B 34 58
Octal 360 317 337 0 16 7 6 513 64 130
Binary 11110000 11001111 11011111 0 1110 111 110 101001011 110100 1011000

Color Harmonies of #F0CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFDF

Black with #F0CFDF

Text Example


Text Example

White with #F0CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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