Html Css Color HEX #F8D5D9 Cherub

📋 copy color: '#F8D5D9'

red 248 ◦ green 213 ◦ blue 217

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

Shades of Cherub #F8D5D9

Tints of Cherub #F8D5D9

RGB

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

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

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

R = 36.58%
G = 31.42%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8D5D9 (or 0xF8D5D9) is known color: Cherub. HEX triplet: F8, D5 and D9. RGB value is (248,213,217). Sum of RGB (Red+Green+Blue) = 248+213+217=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5D9 is #072A26. Grayscale: #DFDFDF. Windows color (decimal): -469543 or 14276088. OLE color: 14276088.

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

Color convert

RGB 248 213 217 -
CMYK 0 0.14 0.12 0.03
HSL 353.14º 0.71% 0.9% -
HSV(B) 353.14º 0.14% 0.97% -
XYZ 75.03 72.55 75.7 -
YUV 223.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 248 213 217 0 0.14 0.12 0.03 353.14 0.71 0.9
Hex F8 D5 D9 0 E C 3 161 47 5A
Octal 370 325 331 0 16 14 3 541 107 132
Binary 11111000 11010101 11011001 0 1110 1100 11 101100001 1000111 1011010

Color Harmonies of #F8D5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D5D9

Black with #F8D5D9

Text Example


Text Example

White with #F8D5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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