Html Css Color HEX #FDDAF3 Pig Pink

📋 copy color: '#FDDAF3'

red 253 ◦ green 218 ◦ blue 243

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

Shades of Pig Pink #FDDAF3

Tints of Pig Pink #FDDAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.03%

R = 35.43%
G = 30.53%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDDAF3 (or 0xFDDAF3) is known color: Pig Pink. HEX triplet: FD, DA and F3. RGB value is (253,218,243). Sum of RGB (Red+Green+Blue) = 253+218+243=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAF3 is #02250C. Grayscale: #E7E7E7. Windows color (decimal): -140557 or 15981309. OLE color: 15981309.

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

Color convert

RGB 253 218 243 -
CMYK 0 0.14 0.04 0.01
HSL 317.14º 0.9% 0.92% -
HSV(B) 317.14º 0.14% 0.99% -
XYZ 81.76 77.5 95.44 -
YUV 231.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 253 218 243 0 0.14 0.04 0.01 317.14 0.9 0.92
Hex FD DA F3 0 E 4 1 13D 5A 5C
Octal 375 332 363 0 16 4 1 475 132 134
Binary 11111101 11011010 11110011 0 1110 100 1 100111101 1011010 1011100

Color Harmonies of #FDDAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAF3

Black with #FDDAF3

Text Example


Text Example

White with #FDDAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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