Html Css Color HEX #FBDAE8 Pig Pink

📋 copy color: '#FBDAE8'

red 251 ◦ green 218 ◦ blue 232

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

Shades of Pig Pink #FBDAE8

Tints of Pig Pink #FBDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.1%

R = 35.81%
G = 31.1%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBDAE8 (or 0xFBDAE8) is known color: Pig Pink. HEX triplet: FB, DA and E8. RGB value is (251,218,232). Sum of RGB (Red+Green+Blue) = 251+218+232=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAE8 is #042517. Grayscale: #E5E5E5. Windows color (decimal): -271640 or 15260411. OLE color: 15260411.

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

Color convert

RGB 251 218 232 -
CMYK 0 0.13 0.08 0.02
HSL 334.55º 0.8% 0.92% -
HSV(B) 334.55º 0.13% 0.98% -
XYZ 79.42 76.48 86.92 -
YUV 229.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 251 218 232 0 0.13 0.08 0.02 334.55 0.8 0.92
Hex FB DA E8 0 D 8 2 14F 50 5C
Octal 373 332 350 0 15 10 2 517 120 134
Binary 11111011 11011010 11101000 0 1101 1000 10 101001111 1010000 1011100

Color Harmonies of #FBDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAE8

Black with #FBDAE8

Text Example


Text Example

White with #FBDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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