Html Css Color HEX #F7D5DD Cherub

📋 copy color: '#F7D5DD'

red 247 ◦ green 213 ◦ blue 221

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

Shades of Cherub #F7D5DD

Tints of Cherub #F7D5DD

RGB

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

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

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

R = 36.27%
G = 31.28%
B = 32.45%

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

#F7D5DD (or 0xF7D5DD) is known color: Cherub. HEX triplet: F7, D5 and DD. RGB value is (247,213,221). Sum of RGB (Red+Green+Blue) = 247+213+221=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5DD is #082A22. Grayscale: #E0E0E0. Windows color (decimal): -535075 or 14538231. OLE color: 14538231.

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

Color convert

RGB 247 213 221 -
CMYK 0 0.14 0.11 0.03
HSL 345.88º 0.68% 0.9% -
HSV(B) 345.88º 0.14% 0.97% -
XYZ 75.2 72.58 78.45 -
YUV 224.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 247 213 221 0 0.14 0.11 0.03 345.88 0.68 0.9
Hex F7 D5 DD 0 E B 3 15A 44 5A
Octal 367 325 335 0 16 13 3 532 104 132
Binary 11110111 11010101 11011101 0 1110 1011 11 101011010 1000100 1011010

Color Harmonies of #F7D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5DD

Black with #F7D5DD

Text Example


Text Example

White with #F7D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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