Html Css Color HEX #F8D5DD Cherub

📋 copy color: '#F8D5DD'

red 248 ◦ green 213 ◦ blue 221

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

Shades of Cherub #F8D5DD

Tints of Cherub #F8D5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.4%

R = 36.36%
G = 31.23%
B = 32.4%

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

#F8D5DD (or 0xF8D5DD) is known color: Cherub. HEX triplet: F8, D5 and DD. RGB value is (248,213,221). Sum of RGB (Red+Green+Blue) = 248+213+221=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DD is #072A22. Grayscale: #E0E0E0. Windows color (decimal): -469539 or 14538232. OLE color: 14538232.

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

Color convert

RGB 248 213 221 -
CMYK 0 0.14 0.11 0.03
HSL 346.29º 0.71% 0.9% -
HSV(B) 346.29º 0.14% 0.97% -
XYZ 75.56 72.77 78.47 -
YUV 224.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 248 213 221 0 0.14 0.11 0.03 346.29 0.71 0.9
Hex F8 D5 DD 0 E B 3 15A 47 5A
Octal 370 325 335 0 16 13 3 532 107 132
Binary 11111000 11010101 11011101 0 1110 1011 11 101011010 1000111 1011010

Color Harmonies of #F8D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D5DD

Black with #F8D5DD

Text Example


Text Example

White with #F8D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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