Html Css Color HEX #FDDAEB Pig Pink

📋 copy color: '#FDDAEB'

red 253 ◦ green 218 ◦ blue 235

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

Shades of Pig Pink #FDDAEB

Tints of Pig Pink #FDDAEB

RGB

 RED value IS 253 (99.22% from 255) = 35.84%

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

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

R = 35.84%
G = 30.88%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDDAEB (or 0xFDDAEB) is known color: Pig Pink. HEX triplet: FD, DA and EB. RGB value is (253,218,235). Sum of RGB (Red+Green+Blue) = 253+218+235=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEB is #022514. Grayscale: #E6E6E6. Windows color (decimal): -140565 or 15457021. OLE color: 15457021.

HSL color Cylindrical-coordinate representation of color #FDDAEB: hue angle of 330.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAEB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 235 -
CMYK 0 0.14 0.07 0.01
HSL 330.86º 0.9% 0.92% -
HSV(B) 330.86º 0.14% 0.99% -
XYZ 80.57 77.02 89.22 -
YUV 230.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 253 218 235 0 0.14 0.07 0.01 330.86 0.9 0.92
Hex FD DA EB 0 E 7 1 14B 5A 5C
Octal 375 332 353 0 16 7 1 513 132 134
Binary 11111101 11011010 11101011 0 1110 111 1 101001011 1011010 1011100

Color Harmonies of #FDDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAEB

Black with #FDDAEB

Text Example


Text Example

White with #FDDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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