Html Css Color HEX #F0DCDF Cherub

📋 copy color: '#F0DCDF'

red 240 ◦ green 220 ◦ blue 223

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

Shades of Cherub #F0DCDF

Tints of Cherub #F0DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

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

R = 35.14%
G = 32.21%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0DCDF (or 0xF0DCDF) is known color: Cherub. HEX triplet: F0, DC and DF. RGB value is (240,220,223). Sum of RGB (Red+Green+Blue) = 240+220+223=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDF is #0F2320. Grayscale: #E2E2E2. Windows color (decimal): -992033 or 14671088. OLE color: 14671088.

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

Color convert

RGB 240 220 223 -
CMYK 0 0.08 0.07 0.06
HSL 351º 0.4% 0.9% -
HSV(B) 351º 0.08% 0.94% -
XYZ 74.85 75.04 80.35 -
YUV 226.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 240 220 223 0 0.08 0.07 0.06 351 0.4 0.9
Hex F0 DC DF 0 8 7 6 15F 28 5A
Octal 360 334 337 0 10 7 6 537 50 132
Binary 11110000 11011100 11011111 0 1000 111 110 101011111 101000 1011010

Color Harmonies of #F0DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCDF

Black with #F0DCDF

Text Example


Text Example

White with #F0DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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