Html Css Color HEX #FAD4DC Cherub

📋 copy color: '#FAD4DC'

red 250 ◦ green 212 ◦ blue 220

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

Shades of Cherub #FAD4DC

Tints of Cherub #FAD4DC

RGB

 RED value IS 250 (98.05% from 255) = 36.66%

 GREEN value IS 212 (83.2% from 255) = 31.09%

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

R = 36.66%
G = 31.09%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAD4DC (or 0xFAD4DC) is known color: Cherub. HEX triplet: FA, D4 and DC. RGB value is (250,212,220). Sum of RGB (Red+Green+Blue) = 250+212+220=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4DC is #052B23. Grayscale: #E0E0E0. Windows color (decimal): -338724 or 14472442. OLE color: 14472442.

HSL color Cylindrical-coordinate representation of color #FAD4DC: hue angle of 347.37º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4DC is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 220 -
CMYK 0 0.15 0.12 0.02
HSL 347.37º 0.79% 0.91% -
HSV(B) 347.37º 0.15% 0.98% -
XYZ 75.89 72.58 77.72 -
YUV 224.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 250 212 220 0 0.15 0.12 0.02 347.37 0.79 0.91
Hex FA D4 DC 0 F C 2 15B 4F 5B
Octal 372 324 334 0 17 14 2 533 117 133
Binary 11111010 11010100 11011100 0 1111 1100 10 101011011 1001111 1011011

Color Harmonies of #FAD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4DC

Black with #FAD4DC

Text Example


Text Example

White with #FAD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4DC; }

 p { color: rgb(250,212,220); }

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

background-color css

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

 a { background-color: rgb(250,212,220); }

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

border-color css

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

 span { border-color: rgb(250,212,220); }

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