Html Css Color HEX #FBB9E1 Cotton Candy

📋 copy color: '#FBB9E1'

red 251 ◦ green 185 ◦ blue 225

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

Shades of Cotton Candy #FBB9E1

Tints of Cotton Candy #FBB9E1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.99%

 BLUE value IS 225 (88.28% from 255) = 34.04%

R = 37.97%
G = 27.99%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBB9E1 (or 0xFBB9E1) is known color: Cotton Candy. HEX triplet: FB, B9 and E1. RGB value is (251,185,225). Sum of RGB (Red+Green+Blue) = 251+185+225=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9E1 is #04461E. Grayscale: #D1D1D1. Windows color (decimal): -280095 or 14793211. OLE color: 14793211.

HSL color Cylindrical-coordinate representation of color #FBB9E1: hue angle of 323.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9E1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 185 225 -
CMYK 0 0.26 0.10 0.02
HSL 323.64º 0.89% 0.85% -
HSV(B) 323.64º 0.26% 0.98% -
XYZ 70.72 60.64 79.21 -
YUV 209.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 251 185 225 0 0.26 0.10 0.02 323.64 0.89 0.85
Hex FB B9 E1 0 1A A 2 144 59 55
Octal 373 271 341 0 32 12 2 504 131 125
Binary 11111011 10111001 11100001 0 11010 1010 10 101000100 1011001 1010101

Color Harmonies of #FBB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9E1

Black with #FBB9E1

Text Example


Text Example

White with #FBB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9E1; }

 p { color: rgb(251,185,225); }

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

background-color css

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

 a { background-color: rgb(251,185,225); }

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

border-color css

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

 span { border-color: rgb(251,185,225); }

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