Html Css Color HEX #FDDBE4 Pig Pink

📋 copy color: '#FDDBE4'

red 253 ◦ green 219 ◦ blue 228

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

Shades of Pig Pink #FDDBE4

Tints of Pig Pink #FDDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.57%

R = 36.14%
G = 31.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE4 (or 0xFDDBE4) is known color: Pig Pink. HEX triplet: FD, DB and E4. RGB value is (253,219,228). Sum of RGB (Red+Green+Blue) = 253+219+228=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBE4 is #02241B. Grayscale: #E6E6E6. Windows color (decimal): -140316 or 14998525. OLE color: 14998525.

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

Color convert

RGB 253 219 228 -
CMYK 0 0.13 0.10 0.01
HSL 344.12º 0.89% 0.93% -
HSV(B) 344.12º 0.13% 0.99% -
XYZ 79.84 77.15 84.08 -
YUV 230.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 253 219 228 0 0.13 0.10 0.01 344.12 0.89 0.93
Hex FD DB E4 0 D A 1 158 59 5D
Octal 375 333 344 0 15 12 1 530 131 135
Binary 11111101 11011011 11100100 0 1101 1010 1 101011000 1011001 1011101

Color Harmonies of #FDDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE4

Black with #FDDBE4

Text Example


Text Example

White with #FDDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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