Html Css Color HEX #FFDAED Pig Pink

📋 copy color: '#FFDAED'

red 255 ◦ green 218 ◦ blue 237

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

Shades of Pig Pink #FFDAED

Tints of Pig Pink #FFDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.38%

R = 35.92%
G = 30.7%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFDAED (or 0xFFDAED) is known color: Pig Pink. HEX triplet: FF, DA and ED. RGB value is (255,218,237). Sum of RGB (Red+Green+Blue) = 255+218+237=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAED is #002512. Grayscale: #E7E7E7. Windows color (decimal): -9491 or 15588095. OLE color: 15588095.

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

Color convert

RGB 255 218 237 -
CMYK 0 0.15 0.07 0
HSL 329.19º 1% 0.93% -
HSV(B) 329.19º 0.15% 1% -
XYZ 81.6 77.52 90.78 -
YUV 231.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 255 218 237 0 0.15 0.07 0 329.19 1 0.93
Hex FF DA ED 0 F 7 0 149 64 5D
Octal 377 332 355 0 17 7 0 511 144 135
Binary 11111111 11011010 11101101 0 1111 111 0 101001001 1100100 1011101

Color Harmonies of #FFDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAED

Black with #FFDAED

Text Example


Text Example

White with #FFDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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