Html Css Color HEX #F8D5DC Cherub

📋 copy color: '#F8D5DC'

red 248 ◦ green 213 ◦ blue 220

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

Shades of Cherub #F8D5DC

Tints of Cherub #F8D5DC

RGB

 RED value IS 248 (97.27% from 255) = 36.42%

 GREEN value IS 213 (83.59% from 255) = 31.28%

 BLUE value IS 220 (86.33% from 255) = 32.31%

R = 36.42%
G = 31.28%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8D5DC (or 0xF8D5DC) is known color: Cherub. HEX triplet: F8, D5 and DC. RGB value is (248,213,220). Sum of RGB (Red+Green+Blue) = 248+213+220=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DC is #072A23. Grayscale: #E0E0E0. Windows color (decimal): -469540 or 14472696. OLE color: 14472696.

HSL color Cylindrical-coordinate representation of color #F8D5DC: hue angle of 348º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5DC is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 213 220 -
CMYK 0 0.14 0.11 0.03
HSL 348º 0.71% 0.9% -
HSV(B) 348º 0.14% 0.97% -
XYZ 75.42 72.71 77.77 -
YUV 224.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 248 213 220 0 0.14 0.11 0.03 348 0.71 0.9
Hex F8 D5 DC 0 E B 3 15C 47 5A
Octal 370 325 334 0 16 13 3 534 107 132
Binary 11111000 11010101 11011100 0 1110 1011 11 101011100 1000111 1011010

Color Harmonies of #F8D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D5DC

Black with #F8D5DC

Text Example


Text Example

White with #F8D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D5DC; }

 p { color: rgb(248,213,220); }

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

background-color css

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

 a { background-color: rgb(248,213,220); }

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

border-color css

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

 span { border-color: rgb(248,213,220); }

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