Html Css Color HEX #FDD8F2 Pig Pink

📋 copy color: '#FDD8F2'

red 253 ◦ green 216 ◦ blue 242

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

Shades of Pig Pink #FDD8F2

Tints of Pig Pink #FDD8F2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.38%

 BLUE value IS 242 (94.92% from 255) = 34.04%

R = 35.58%
G = 30.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDD8F2 (or 0xFDD8F2) is known color: Pig Pink. HEX triplet: FD, D8 and F2. RGB value is (253,216,242). Sum of RGB (Red+Green+Blue) = 253+216+242=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8F2 is #02270D. Grayscale: #E5E5E5. Windows color (decimal): -141070 or 15915261. OLE color: 15915261.

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

Color convert

RGB 253 216 242 -
CMYK 0 0.15 0.04 0.01
HSL 317.84º 0.9% 0.92% -
HSV(B) 317.84º 0.15% 0.99% -
XYZ 81.09 76.41 94.48 -
YUV 230.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 253 216 242 0 0.15 0.04 0.01 317.84 0.9 0.92
Hex FD D8 F2 0 F 4 1 13E 5A 5C
Octal 375 330 362 0 17 4 1 476 132 134
Binary 11111101 11011000 11110010 0 1111 100 1 100111110 1011010 1011100

Color Harmonies of #FDD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8F2

Black with #FDD8F2

Text Example


Text Example

White with #FDD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8F2; }

 p { color: rgb(253,216,242); }

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

background-color css

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

 a { background-color: rgb(253,216,242); }

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

border-color css

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

 span { border-color: rgb(253,216,242); }

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