Html Css Color HEX #FAD4DA Cherub

📋 copy color: '#FAD4DA'

red 250 ◦ green 212 ◦ blue 218

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

Shades of Cherub #FAD4DA

Tints of Cherub #FAD4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.06%

R = 36.76%
G = 31.18%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAD4DA (or 0xFAD4DA) is known color: Cherub. HEX triplet: FA, D4 and DA. RGB value is (250,212,218). Sum of RGB (Red+Green+Blue) = 250+212+218=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4DA is #052B25. Grayscale: #E0E0E0. Windows color (decimal): -338726 or 14341370. OLE color: 14341370.

HSL color Cylindrical-coordinate representation of color #FAD4DA: hue angle of 350.53º 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 #FAD4DA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 218 -
CMYK 0 0.15 0.13 0.02
HSL 350.53º 0.79% 0.91% -
HSV(B) 350.53º 0.15% 0.98% -
XYZ 75.62 72.47 76.33 -
YUV 224.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 250 212 218 0 0.15 0.13 0.02 350.53 0.79 0.91
Hex FA D4 DA 0 F D 2 15F 4F 5B
Octal 372 324 332 0 17 15 2 537 117 133
Binary 11111010 11010100 11011010 0 1111 1101 10 101011111 1001111 1011011

Color Harmonies of #FAD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4DA

Black with #FAD4DA

Text Example


Text Example

White with #FAD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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