Html Css Color HEX #FBDAE5 Pig Pink

📋 copy color: '#FBDAE5'

red 251 ◦ green 218 ◦ blue 229

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

Shades of Pig Pink #FBDAE5

Tints of Pig Pink #FBDAE5

RGB

 RED value IS 251 (98.44% from 255) = 35.96%

 GREEN value IS 218 (85.55% from 255) = 31.23%

 BLUE value IS 229 (89.84% from 255) = 32.81%

R = 35.96%
G = 31.23%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBDAE5 (or 0xFBDAE5) is known color: Pig Pink. HEX triplet: FB, DA and E5. RGB value is (251,218,229). Sum of RGB (Red+Green+Blue) = 251+218+229=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE5 is #04251A. Grayscale: #E5E5E5. Windows color (decimal): -271643 or 15063803. OLE color: 15063803.

HSL color Cylindrical-coordinate representation of color #FBDAE5: hue angle of 340º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAE5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 229 -
CMYK 0 0.13 0.09 0.02
HSL 340º 0.8% 0.92% -
HSV(B) 340º 0.13% 0.98% -
XYZ 79 76.31 84.69 -
YUV 229.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 251 218 229 0 0.13 0.09 0.02 340 0.8 0.92
Hex FB DA E5 0 D 9 2 154 50 5C
Octal 373 332 345 0 15 11 2 524 120 134
Binary 11111011 11011010 11100101 0 1101 1001 10 101010100 1010000 1011100

Color Harmonies of #FBDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAE5

Black with #FBDAE5

Text Example


Text Example

White with #FBDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAE5; }

 p { color: rgb(251,218,229); }

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

background-color css

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

 a { background-color: rgb(251,218,229); }

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

border-color css

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

 span { border-color: rgb(251,218,229); }

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