Html Css Color HEX #F0CCDF Classic Rose

📋 copy color: '#F0CCDF'

red 240 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #F0CCDF

Tints of Classic Rose #F0CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.58%

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

R = 35.98%
G = 30.58%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0CCDF (or 0xF0CCDF) is known color: Classic Rose. HEX triplet: F0, CC and DF. RGB value is (240,204,223). Sum of RGB (Red+Green+Blue) = 240+204+223=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDF is #0F3320. Grayscale: #D8D8D8. Windows color (decimal): -996129 or 14666992. OLE color: 14666992.

HSL color Cylindrical-coordinate representation of color #F0CCDF: hue angle of 328.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCDF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 223 -
CMYK 0 0.15 0.07 0.06
HSL 328.33º 0.55% 0.87% -
HSV(B) 328.33º 0.15% 0.94% -
XYZ 70.85 67.04 79.02 -
YUV 216.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 240 204 223 0 0.15 0.07 0.06 328.33 0.55 0.87
Hex F0 CC DF 0 F 7 6 148 37 57
Octal 360 314 337 0 17 7 6 510 67 127
Binary 11110000 11001100 11011111 0 1111 111 110 101001000 110111 1010111

Color Harmonies of #F0CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCDF

Black with #F0CCDF

Text Example


Text Example

White with #F0CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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