Html Css Color HEX #F8D6DD Cherub

📋 copy color: '#F8D6DD'

red 248 ◦ green 214 ◦ blue 221

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

Shades of Cherub #F8D6DD

Tints of Cherub #F8D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.33%

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

R = 36.31%
G = 31.33%
B = 32.36%

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

#F8D6DD (or 0xF8D6DD) is known color: Cherub. HEX triplet: F8, D6 and DD. RGB value is (248,214,221). Sum of RGB (Red+Green+Blue) = 248+214+221=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DD is #072922. Grayscale: #E0E0E0. Windows color (decimal): -469283 or 14538488. OLE color: 14538488.

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

Color convert

RGB 248 214 221 -
CMYK 0 0.14 0.11 0.03
HSL 347.65º 0.71% 0.91% -
HSV(B) 347.65º 0.14% 0.97% -
XYZ 75.81 73.27 78.55 -
YUV 224.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 248 214 221 0 0.14 0.11 0.03 347.65 0.71 0.91
Hex F8 D6 DD 0 E B 3 15C 47 5B
Octal 370 326 335 0 16 13 3 534 107 133
Binary 11111000 11010110 11011101 0 1110 1011 11 101011100 1000111 1011011

Color Harmonies of #F8D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D6DD

Black with #F8D6DD

Text Example


Text Example

White with #F8D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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