Html Css Color HEX #F8D2D9 Cherub

📋 copy color: '#F8D2D9'

red 248 ◦ green 210 ◦ blue 217

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

Shades of Cherub #F8D2D9

Tints of Cherub #F8D2D9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.11%

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

R = 36.74%
G = 31.11%
B = 32.15%

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

#F8D2D9 (or 0xF8D2D9) is known color: Cherub. HEX triplet: F8, D2 and D9. RGB value is (248,210,217). Sum of RGB (Red+Green+Blue) = 248+210+217=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2D9 is #072D26. Grayscale: #DEDEDE. Windows color (decimal): -470311 or 14275320. OLE color: 14275320.

HSL color Cylindrical-coordinate representation of color #F8D2D9: hue angle of 348.95º degrees, saturation: 0.73, 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 #F8D2D9 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 210 217 -
CMYK 0 0.15 0.12 0.03
HSL 348.95º 0.73% 0.9% -
HSV(B) 348.95º 0.15% 0.97% -
XYZ 74.28 71.06 75.45 -
YUV 222.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 248 210 217 0 0.15 0.12 0.03 348.95 0.73 0.9
Hex F8 D2 D9 0 F C 3 15D 49 5A
Octal 370 322 331 0 17 14 3 535 111 132
Binary 11111000 11010010 11011001 0 1111 1100 11 101011101 1001001 1011010

Color Harmonies of #F8D2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D2D9

Black with #F8D2D9

Text Example


Text Example

White with #F8D2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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