Html Css Color HEX #FAD6DB Cherub

📋 copy color: '#FAD6DB'

red 250 ◦ green 214 ◦ blue 219

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

Shades of Cherub #FAD6DB

Tints of Cherub #FAD6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.06%

R = 36.6%
G = 31.33%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAD6DB (or 0xFAD6DB) is known color: Cherub. HEX triplet: FA, D6 and DB. RGB value is (250,214,219). Sum of RGB (Red+Green+Blue) = 250+214+219=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DB is #052924. Grayscale: #E1E1E1. Windows color (decimal): -338213 or 14407418. OLE color: 14407418.

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

Color convert

RGB 250 214 219 -
CMYK 0 0.14 0.12 0.02
HSL 351.67º 0.78% 0.91% -
HSV(B) 351.67º 0.14% 0.98% -
XYZ 76.26 73.53 77.19 -
YUV 225.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 250 214 219 0 0.14 0.12 0.02 351.67 0.78 0.91
Hex FA D6 DB 0 E C 2 160 4E 5B
Octal 372 326 333 0 16 14 2 540 116 133
Binary 11111010 11010110 11011011 0 1110 1100 10 101100000 1001110 1011011

Color Harmonies of #FAD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6DB

Black with #FAD6DB

Text Example


Text Example

White with #FAD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6DB; }

 p { color: rgb(250,214,219); }

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

background-color css

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

 a { background-color: rgb(250,214,219); }

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

border-color css

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

 span { border-color: rgb(250,214,219); }

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