Html Css Color HEX #F8D4D9 Cherub

📋 copy color: '#F8D4D9'

red 248 ◦ green 212 ◦ blue 217

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

Shades of Cherub #F8D4D9

Tints of Cherub #F8D4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.31%

 BLUE value IS 217 (85.16% from 255) = 32.05%

R = 36.63%
G = 31.31%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8D4D9 (or 0xF8D4D9) is known color: Cherub. HEX triplet: F8, D4 and D9. RGB value is (248,212,217). Sum of RGB (Red+Green+Blue) = 248+212+217=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4D9 is #072B26. Grayscale: #DFDFDF. Windows color (decimal): -469799 or 14275832. OLE color: 14275832.

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

Color convert

RGB 248 212 217 -
CMYK 0 0.15 0.12 0.03
HSL 351.67º 0.72% 0.9% -
HSV(B) 351.67º 0.15% 0.97% -
XYZ 74.78 72.05 75.61 -
YUV 223.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 248 212 217 0 0.15 0.12 0.03 351.67 0.72 0.9
Hex F8 D4 D9 0 F C 3 160 48 5A
Octal 370 324 331 0 17 14 3 540 110 132
Binary 11111000 11010100 11011001 0 1111 1100 11 101100000 1001000 1011010

Color Harmonies of #F8D4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4D9

Black with #F8D4D9

Text Example


Text Example

White with #F8D4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4D9; }

 p { color: rgb(248,212,217); }

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

background-color css

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

 a { background-color: rgb(248,212,217); }

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

border-color css

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

 span { border-color: rgb(248,212,217); }

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