Html Css Color HEX #FFDBE4 Pig Pink

📋 copy color: '#FFDBE4'

red 255 ◦ green 219 ◦ blue 228

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

Shades of Pig Pink #FFDBE4

Tints of Pig Pink #FFDBE4

RGB

 RED value IS 255 (100% from 255) = 36.32%

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

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

R = 36.32%
G = 31.2%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFDBE4 (or 0xFFDBE4) is known color: Pig Pink. HEX triplet: FF, DB and E4. RGB value is (255,219,228). Sum of RGB (Red+Green+Blue) = 255+219+228=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBE4 is #00241B. Grayscale: #E6E6E6. Windows color (decimal): -9244 or 14998527. OLE color: 14998527.

HSL color Cylindrical-coordinate representation of color #FFDBE4: hue angle of 345º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBE4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 228 -
CMYK 0 0.14 0.11 0
HSL 345º 1% 0.93% -
HSV(B) 345º 0.14% 1% -
XYZ 80.58 77.52 84.12 -
YUV 230.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 255 219 228 0 0.14 0.11 0 345 1 0.93
Hex FF DB E4 0 E B 0 159 64 5D
Octal 377 333 344 0 16 13 0 531 144 135
Binary 11111111 11011011 11100100 0 1110 1011 0 101011001 1100100 1011101

Color Harmonies of #FFDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBE4

Black with #FFDBE4

Text Example


Text Example

White with #FFDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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