Html Css Color HEX #FAD5D8 We Peep

📋 copy color: '#FAD5D8'

red 250 ◦ green 213 ◦ blue 216

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

Shades of We Peep #FAD5D8

Tints of We Peep #FAD5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.81%

R = 36.82%
G = 31.37%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAD5D8 (or 0xFAD5D8) is known color: We Peep. HEX triplet: FA, D5 and D8. RGB value is (250,213,216). Sum of RGB (Red+Green+Blue) = 250+213+216=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5D8 is #052A27. Grayscale: #E0E0E0. Windows color (decimal): -338472 or 14210554. OLE color: 14210554.

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

Color convert

RGB 250 213 216 -
CMYK 0 0.15 0.14 0.02
HSL 355.14º 0.79% 0.91% -
HSV(B) 355.14º 0.15% 0.98% -
XYZ 75.61 72.87 75.05 -
YUV 224.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 250 213 216 0 0.15 0.14 0.02 355.14 0.79 0.91
Hex FA D5 D8 0 F E 2 163 4F 5B
Octal 372 325 330 0 17 16 2 543 117 133
Binary 11111010 11010101 11011000 0 1111 1110 10 101100011 1001111 1011011

Color Harmonies of #FAD5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5D8

Black with #FAD5D8

Text Example


Text Example

White with #FAD5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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