Html Css Color HEX #F7D5DC Cherub

📋 copy color: '#F7D5DC'

red 247 ◦ green 213 ◦ blue 220

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

Shades of Cherub #F7D5DC

Tints of Cherub #F7D5DC

RGB

 RED value IS 247 (96.88% from 255) = 36.32%

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

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

R = 36.32%
G = 31.32%
B = 32.35%

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

#F7D5DC (or 0xF7D5DC) is known color: Cherub. HEX triplet: F7, D5 and DC. RGB value is (247,213,220). Sum of RGB (Red+Green+Blue) = 247+213+220=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5DC is #082A23. Grayscale: #DFDFDF. Windows color (decimal): -535076 or 14472695. OLE color: 14472695.

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

Color convert

RGB 247 213 220 -
CMYK 0 0.14 0.11 0.03
HSL 347.65º 0.68% 0.9% -
HSV(B) 347.65º 0.14% 0.97% -
XYZ 75.07 72.53 77.75 -
YUV 223.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 247 213 220 0 0.14 0.11 0.03 347.65 0.68 0.9
Hex F7 D5 DC 0 E B 3 15C 44 5A
Octal 367 325 334 0 16 13 3 534 104 132
Binary 11110111 11010101 11011100 0 1110 1011 11 101011100 1000100 1011010

Color Harmonies of #F7D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5DC

Black with #F7D5DC

Text Example


Text Example

White with #F7D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5DC; }

 p { color: rgb(247,213,220); }

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

background-color css

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

 a { background-color: rgb(247,213,220); }

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

border-color css

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

 span { border-color: rgb(247,213,220); }

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