Html Css Color HEX #FDDBF0 Pig Pink

📋 copy color: '#FDDBF0'

red 253 ◦ green 219 ◦ blue 240

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

Shades of Pig Pink #FDDBF0

Tints of Pig Pink #FDDBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.76%

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

R = 35.53%
G = 30.76%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDDBF0 (or 0xFDDBF0) is known color: Pig Pink. HEX triplet: FD, DB and F0. RGB value is (253,219,240). Sum of RGB (Red+Green+Blue) = 253+219+240=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF0 is #02240F. Grayscale: #E7E7E7. Windows color (decimal): -140304 or 15784957. OLE color: 15784957.

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

Color convert

RGB 253 219 240 -
CMYK 0 0.13 0.05 0.01
HSL 322.94º 0.89% 0.93% -
HSV(B) 322.94º 0.13% 0.99% -
XYZ 81.57 77.84 93.16 -
YUV 231.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 253 219 240 0 0.13 0.05 0.01 322.94 0.89 0.93
Hex FD DB F0 0 D 5 1 143 59 5D
Octal 375 333 360 0 15 5 1 503 131 135
Binary 11111101 11011011 11110000 0 1101 101 1 101000011 1011001 1011101

Color Harmonies of #FDDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBF0

Black with #FDDBF0

Text Example


Text Example

White with #FDDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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