Html Css Color HEX #F0CDDD Classic Rose

📋 copy color: '#F0CDDD'

red 240 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #F0CDDD

Tints of Classic Rose #F0CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.78%

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

R = 36.04%
G = 30.78%
B = 33.18%

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

#F0CDDD (or 0xF0CDDD) is known color: Classic Rose. HEX triplet: F0, CD and DD. RGB value is (240,205,221). Sum of RGB (Red+Green+Blue) = 240+205+221=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDD is #0F3222. Grayscale: #D9D9D9. Windows color (decimal): -995875 or 14536176. OLE color: 14536176.

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

Color convert

RGB 240 205 221 -
CMYK 0 0.15 0.08 0.06
HSL 332.57º 0.54% 0.87% -
HSV(B) 332.57º 0.15% 0.94% -
XYZ 70.82 67.41 77.69 -
YUV 217.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 240 205 221 0 0.15 0.08 0.06 332.57 0.54 0.87
Hex F0 CD DD 0 F 8 6 14D 36 57
Octal 360 315 335 0 17 10 6 515 66 127
Binary 11110000 11001101 11011101 0 1111 1000 110 101001101 110110 1010111

Color Harmonies of #F0CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDDD

Black with #F0CDDD

Text Example


Text Example

White with #F0CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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