Html Css Color HEX #FBD5E9 Pig Pink

📋 copy color: '#FBD5E9'

red 251 ◦ green 213 ◦ blue 233

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

Shades of Pig Pink #FBD5E9

Tints of Pig Pink #FBD5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.56%

 BLUE value IS 233 (91.41% from 255) = 33.43%

R = 36.01%
G = 30.56%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBD5E9 (or 0xFBD5E9) is known color: Pig Pink. HEX triplet: FB, D5 and E9. RGB value is (251,213,233). Sum of RGB (Red+Green+Blue) = 251+213+233=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD5E9 is #042A16. Grayscale: #E2E2E2. Windows color (decimal): -272919 or 15324667. OLE color: 15324667.

HSL color Cylindrical-coordinate representation of color #FBD5E9: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD5E9 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 213 233 -
CMYK 0 0.15 0.07 0.02
HSL 328.42º 0.83% 0.91% -
HSV(B) 328.42º 0.15% 0.98% -
XYZ 78.29 73.98 87.24 -
YUV 226.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 251 213 233 0 0.15 0.07 0.02 328.42 0.83 0.91
Hex FB D5 E9 0 F 7 2 148 53 5B
Octal 373 325 351 0 17 7 2 510 123 133
Binary 11111011 11010101 11101001 0 1111 111 10 101001000 1010011 1011011

Color Harmonies of #FBD5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD5E9

Black with #FBD5E9

Text Example


Text Example

White with #FBD5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD5E9; }

 p { color: rgb(251,213,233); }

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

background-color css

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

 a { background-color: rgb(251,213,233); }

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

border-color css

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

 span { border-color: rgb(251,213,233); }

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