Html Css Color HEX #FFDAE6 Pig Pink

📋 copy color: '#FFDAE6'

red 255 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #FFDAE6

Tints of Pig Pink #FFDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.72%

R = 36.27%
G = 31.01%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFDAE6 (or 0xFFDAE6) is known color: Pig Pink. HEX triplet: FF, DA and E6. RGB value is (255,218,230). Sum of RGB (Red+Green+Blue) = 255+218+230=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAE6 is #002519. Grayscale: #E6E6E6. Windows color (decimal): -9498 or 15129343. OLE color: 15129343.

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

Color convert

RGB 255 218 230 -
CMYK 0 0.15 0.10 0
HSL 340.54º 1% 0.93% -
HSV(B) 340.54º 0.15% 1% -
XYZ 80.59 77.12 85.5 -
YUV 230.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 255 218 230 0 0.15 0.10 0 340.54 1 0.93
Hex FF DA E6 0 F A 0 155 64 5D
Octal 377 332 346 0 17 12 0 525 144 135
Binary 11111111 11011010 11100110 0 1111 1010 0 101010101 1100100 1011101

Color Harmonies of #FFDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAE6

Black with #FFDAE6

Text Example


Text Example

White with #FFDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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