Html Css Color HEX #FAD6DD Cherub

📋 copy color: '#FAD6DD'

red 250 ◦ green 214 ◦ blue 221

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

Shades of Cherub #FAD6DD

Tints of Cherub #FAD6DD

RGB

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

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

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

R = 36.5%
G = 31.24%
B = 32.26%

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

#FAD6DD (or 0xFAD6DD) is known color: Cherub. HEX triplet: FA, D6 and DD. RGB value is (250,214,221). Sum of RGB (Red+Green+Blue) = 250+214+221=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DD is #052922. Grayscale: #E1E1E1. Windows color (decimal): -338211 or 14538490. OLE color: 14538490.

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

Color convert

RGB 250 214 221 -
CMYK 0 0.14 0.12 0.02
HSL 348.33º 0.78% 0.91% -
HSV(B) 348.33º 0.14% 0.98% -
XYZ 76.52 73.64 78.59 -
YUV 225.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 250 214 221 0 0.14 0.12 0.02 348.33 0.78 0.91
Hex FA D6 DD 0 E C 2 15C 4E 5B
Octal 372 326 335 0 16 14 2 534 116 133
Binary 11111010 11010110 11011101 0 1110 1100 10 101011100 1001110 1011011

Color Harmonies of #FAD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6DD

Black with #FAD6DD

Text Example


Text Example

White with #FAD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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