Html Css Color HEX #FDD2F0 Pig Pink

📋 copy color: '#FDD2F0'

red 253 ◦ green 210 ◦ blue 240

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

Shades of Pig Pink #FDD2F0

Tints of Pig Pink #FDD2F0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.87%

 BLUE value IS 240 (94.14% from 255) = 34.14%

R = 35.99%
G = 29.87%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDD2F0 (or 0xFDD2F0) is known color: Pig Pink. HEX triplet: FD, D2 and F0. RGB value is (253,210,240). Sum of RGB (Red+Green+Blue) = 253+210+240=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2F0 is #022D0F. Grayscale: #E2E2E2. Windows color (decimal): -142608 or 15782653. OLE color: 15782653.

HSL color Cylindrical-coordinate representation of color #FDD2F0: hue angle of 318.14º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2F0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 210 240 -
CMYK 0 0.17 0.05 0.01
HSL 318.14º 0.91% 0.91% -
HSV(B) 318.14º 0.17% 0.99% -
XYZ 79.28 73.27 92.4 -
YUV 226.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 253 210 240 0 0.17 0.05 0.01 318.14 0.91 0.91
Hex FD D2 F0 0 11 5 1 13E 5B 5B
Octal 375 322 360 0 21 5 1 476 133 133
Binary 11111101 11010010 11110000 0 10001 101 1 100111110 1011011 1011011

Color Harmonies of #FDD2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2F0

Black with #FDD2F0

Text Example


Text Example

White with #FDD2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2F0; }

 p { color: rgb(253,210,240); }

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

background-color css

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

 a { background-color: rgb(253,210,240); }

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

border-color css

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

 span { border-color: rgb(253,210,240); }

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