Html Css Color HEX #F0CADD Classic Rose

📋 copy color: '#F0CADD'

red 240 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #F0CADD

Tints of Classic Rose #F0CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.47%

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

R = 36.2%
G = 30.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CADD (or 0xF0CADD) is known color: Classic Rose. HEX triplet: F0, CA and DD. RGB value is (240,202,221). Sum of RGB (Red+Green+Blue) = 240+202+221=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADD is #0F3522. Grayscale: #D7D7D7. Windows color (decimal): -996643 or 14535408. OLE color: 14535408.

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

Color convert

RGB 240 202 221 -
CMYK 0 0.16 0.08 0.06
HSL 330º 0.56% 0.87% -
HSV(B) 330º 0.16% 0.94% -
XYZ 70.11 65.99 77.45 -
YUV 215.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 240 202 221 0 0.16 0.08 0.06 330 0.56 0.87
Hex F0 CA DD 0 10 8 6 14A 38 57
Octal 360 312 335 0 20 10 6 512 70 127
Binary 11110000 11001010 11011101 0 10000 1000 110 101001010 111000 1010111

Color Harmonies of #F0CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CADD

Black with #F0CADD

Text Example


Text Example

White with #F0CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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