Html Css Color HEX #F8D6DC Cherub

📋 copy color: '#F8D6DC'

red 248 ◦ green 214 ◦ blue 220

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

Shades of Cherub #F8D6DC

Tints of Cherub #F8D6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.26%

R = 36.36%
G = 31.38%
B = 32.26%

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

#F8D6DC (or 0xF8D6DC) is known color: Cherub. HEX triplet: F8, D6 and DC. RGB value is (248,214,220). Sum of RGB (Red+Green+Blue) = 248+214+220=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DC is #072923. Grayscale: #E0E0E0. Windows color (decimal): -469284 or 14472952. OLE color: 14472952.

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

Color convert

RGB 248 214 220 -
CMYK 0 0.14 0.11 0.03
HSL 349.41º 0.71% 0.91% -
HSV(B) 349.41º 0.14% 0.97% -
XYZ 75.68 73.22 77.85 -
YUV 224.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 248 214 220 0 0.14 0.11 0.03 349.41 0.71 0.91
Hex F8 D6 DC 0 E B 3 15D 47 5B
Octal 370 326 334 0 16 13 3 535 107 133
Binary 11111000 11010110 11011100 0 1110 1011 11 101011101 1000111 1011011

Color Harmonies of #F8D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D6DC

Black with #F8D6DC

Text Example


Text Example

White with #F8D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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