Html Css Color HEX #F8D6DE Cherub

📋 copy color: '#F8D6DE'

red 248 ◦ green 214 ◦ blue 222

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

Shades of Cherub #F8D6DE

Tints of Cherub #F8D6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.46%

R = 36.26%
G = 31.29%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8D6DE (or 0xF8D6DE) is known color: Cherub. HEX triplet: F8, D6 and DE. RGB value is (248,214,222). Sum of RGB (Red+Green+Blue) = 248+214+222=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DE is #072921. Grayscale: #E1E1E1. Windows color (decimal): -469282 or 14604024. OLE color: 14604024.

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

Color convert

RGB 248 214 222 -
CMYK 0 0.14 0.10 0.03
HSL 345.88º 0.71% 0.91% -
HSV(B) 345.88º 0.14% 0.97% -
XYZ 75.94 73.32 79.26 -
YUV 225.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 248 214 222 0 0.14 0.10 0.03 345.88 0.71 0.91
Hex F8 D6 DE 0 E A 3 15A 47 5B
Octal 370 326 336 0 16 12 3 532 107 133
Binary 11111000 11010110 11011110 0 1110 1010 11 101011010 1000111 1011011

Color Harmonies of #F8D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D6DE

Black with #F8D6DE

Text Example


Text Example

White with #F8D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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