Html Css Color HEX #FDDAEE Pig Pink

📋 copy color: '#FDDAEE'

red 253 ◦ green 218 ◦ blue 238

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

Shades of Pig Pink #FDDAEE

Tints of Pig Pink #FDDAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.57%

R = 35.68%
G = 30.75%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDDAEE (or 0xFDDAEE) is known color: Pig Pink. HEX triplet: FD, DA and EE. RGB value is (253,218,238). Sum of RGB (Red+Green+Blue) = 253+218+238=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEE is #022511. Grayscale: #E6E6E6. Windows color (decimal): -140562 or 15653629. OLE color: 15653629.

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

Color convert

RGB 253 218 238 -
CMYK 0 0.14 0.06 0.01
HSL 325.71º 0.9% 0.92% -
HSV(B) 325.71º 0.14% 0.99% -
XYZ 81.01 77.2 91.52 -
YUV 230.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 253 218 238 0 0.14 0.06 0.01 325.71 0.9 0.92
Hex FD DA EE 0 E 6 1 146 5A 5C
Octal 375 332 356 0 16 6 1 506 132 134
Binary 11111101 11011010 11101110 0 1110 110 1 101000110 1011010 1011100

Color Harmonies of #FDDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAEE

Black with #FDDAEE

Text Example


Text Example

White with #FDDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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