Html Css Color HEX #F0CCDD Classic Rose

📋 copy color: '#F0CCDD'

red 240 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #F0CCDD

Tints of Classic Rose #F0CCDD

RGB

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

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

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

R = 36.09%
G = 30.68%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CCDD (or 0xF0CCDD) is known color: Classic Rose. HEX triplet: F0, CC and DD. RGB value is (240,204,221). Sum of RGB (Red+Green+Blue) = 240+204+221=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDD is #0F3322. Grayscale: #D8D8D8. Windows color (decimal): -996131 or 14535920. OLE color: 14535920.

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

Color convert

RGB 240 204 221 -
CMYK 0 0.15 0.08 0.06
HSL 331.67º 0.55% 0.87% -
HSV(B) 331.67º 0.15% 0.94% -
XYZ 70.58 66.93 77.61 -
YUV 216.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 240 204 221 0 0.15 0.08 0.06 331.67 0.55 0.87
Hex F0 CC DD 0 F 8 6 14C 37 57
Octal 360 314 335 0 17 10 6 514 67 127
Binary 11110000 11001100 11011101 0 1111 1000 110 101001100 110111 1010111

Color Harmonies of #F0CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCDD

Black with #F0CCDD

Text Example


Text Example

White with #F0CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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