Html Css Color HEX #FBB8D3 Cotton Candy

📋 copy color: '#FBB8D3'

red 251 ◦ green 184 ◦ blue 211

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

Shades of Cotton Candy #FBB8D3

Tints of Cotton Candy #FBB8D3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.48%

 BLUE value IS 211 (82.81% from 255) = 32.66%

R = 38.85%
G = 28.48%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBB8D3 (or 0xFBB8D3) is known color: Cotton Candy. HEX triplet: FB, B8 and D3. RGB value is (251,184,211). Sum of RGB (Red+Green+Blue) = 251+184+211=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8D3 is #04472C. Grayscale: #CFCFCF. Windows color (decimal): -280365 or 13875451. OLE color: 13875451.

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

Color convert

RGB 251 184 211 -
CMYK 0 0.27 0.16 0.02
HSL 335.82º 0.89% 0.85% -
HSV(B) 335.82º 0.27% 0.98% -
XYZ 68.68 59.49 69.49 -
YUV 207.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 251 184 211 0 0.27 0.16 0.02 335.82 0.89 0.85
Hex FB B8 D3 0 1B 10 2 150 59 55
Octal 373 270 323 0 33 20 2 520 131 125
Binary 11111011 10111000 11010011 0 11011 10000 10 101010000 1011001 1010101

Color Harmonies of #FBB8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8D3

Black with #FBB8D3

Text Example


Text Example

White with #FBB8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8D3; }

 p { color: rgb(251,184,211); }

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

background-color css

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

 a { background-color: rgb(251,184,211); }

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

border-color css

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

 span { border-color: rgb(251,184,211); }

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