Html Css Color HEX #FAD5DB Cherub

📋 copy color: '#FAD5DB'

red 250 ◦ green 213 ◦ blue 219

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

Shades of Cherub #FAD5DB

Tints of Cherub #FAD5DB

RGB

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

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

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

R = 36.66%
G = 31.23%
B = 32.11%

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

#FAD5DB (or 0xFAD5DB) is known color: Cherub. HEX triplet: FA, D5 and DB. RGB value is (250,213,219). Sum of RGB (Red+Green+Blue) = 250+213+219=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5DB is #052A24. Grayscale: #E0E0E0. Windows color (decimal): -338469 or 14407162. OLE color: 14407162.

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

Color convert

RGB 250 213 219 -
CMYK 0 0.15 0.12 0.02
HSL 350.27º 0.79% 0.91% -
HSV(B) 350.27º 0.15% 0.98% -
XYZ 76 73.03 77.11 -
YUV 224.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 250 213 219 0 0.15 0.12 0.02 350.27 0.79 0.91
Hex FA D5 DB 0 F C 2 15E 4F 5B
Octal 372 325 333 0 17 14 2 536 117 133
Binary 11111010 11010101 11011011 0 1111 1100 10 101011110 1001111 1011011

Color Harmonies of #FAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5DB

Black with #FAD5DB

Text Example


Text Example

White with #FAD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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