Html Css Color HEX #FDDBEF Pig Pink

📋 copy color: '#FDDBEF'

red 253 ◦ green 219 ◦ blue 239

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

Shades of Pig Pink #FDDBEF

Tints of Pig Pink #FDDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.61%

R = 35.58%
G = 30.8%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDDBEF (or 0xFDDBEF) is known color: Pig Pink. HEX triplet: FD, DB and EF. RGB value is (253,219,239). Sum of RGB (Red+Green+Blue) = 253+219+239=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEF is #022410. Grayscale: #E7E7E7. Windows color (decimal): -140305 or 15719421. OLE color: 15719421.

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

Color convert

RGB 253 219 239 -
CMYK 0 0.13 0.06 0.01
HSL 324.71º 0.89% 0.93% -
HSV(B) 324.71º 0.13% 0.99% -
XYZ 81.42 77.78 92.38 -
YUV 231.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 253 219 239 0 0.13 0.06 0.01 324.71 0.89 0.93
Hex FD DB EF 0 D 6 1 145 59 5D
Octal 375 333 357 0 15 6 1 505 131 135
Binary 11111101 11011011 11101111 0 1101 110 1 101000101 1011001 1011101

Color Harmonies of #FDDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBEF

Black with #FDDBEF

Text Example


Text Example

White with #FDDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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