Html Css Color HEX #FFDAEB Pig Pink

📋 copy color: '#FFDAEB'

red 255 ◦ green 218 ◦ blue 235

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

Shades of Pig Pink #FFDAEB

Tints of Pig Pink #FFDAEB

RGB

 RED value IS 255 (100% from 255) = 36.02%

 GREEN value IS 218 (85.55% from 255) = 30.79%

 BLUE value IS 235 (92.19% from 255) = 33.19%

R = 36.02%
G = 30.79%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFDAEB (or 0xFFDAEB) is known color: Pig Pink. HEX triplet: FF, DA and EB. RGB value is (255,218,235). Sum of RGB (Red+Green+Blue) = 255+218+235=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAEB is #002514. Grayscale: #E6E6E6. Windows color (decimal): -9493 or 15457023. OLE color: 15457023.

HSL color Cylindrical-coordinate representation of color #FFDAEB: hue angle of 332.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAEB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 235 -
CMYK 0 0.15 0.08 0
HSL 332.43º 1% 0.93% -
HSV(B) 332.43º 0.15% 1% -
XYZ 81.31 77.4 89.25 -
YUV 231 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 255 218 235 0 0.15 0.08 0 332.43 1 0.93
Hex FF DA EB 0 F 8 0 14C 64 5D
Octal 377 332 353 0 17 10 0 514 144 135
Binary 11111111 11011010 11101011 0 1111 1000 0 101001100 1100100 1011101

Color Harmonies of #FFDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAEB

Black with #FFDAEB

Text Example


Text Example

White with #FFDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAEB; }

 p { color: rgb(255,218,235); }

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

background-color css

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

 a { background-color: rgb(255,218,235); }

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

border-color css

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

 span { border-color: rgb(255,218,235); }

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