Html Css Color HEX #FBBADF Cotton Candy

📋 copy color: '#FBBADF'

red 251 ◦ green 186 ◦ blue 223

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

Shades of Cotton Candy #FBBADF

Tints of Cotton Candy #FBBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.18%

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 38.03%
G = 28.18%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBBADF (or 0xFBBADF) is known color: Cotton Candy. HEX triplet: FB, BA and DF. RGB value is (251,186,223). Sum of RGB (Red+Green+Blue) = 251+186+223=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBADF is #044520. Grayscale: #D1D1D1. Windows color (decimal): -279841 or 14662395. OLE color: 14662395.

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

Color convert

RGB 251 186 223 -
CMYK 0 0.26 0.11 0.02
HSL 325.85º 0.89% 0.86% -
HSV(B) 325.85º 0.26% 0.98% -
XYZ 70.66 60.95 77.85 -
YUV 209.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 251 186 223 0 0.26 0.11 0.02 325.85 0.89 0.86
Hex FB BA DF 0 1A B 2 146 59 56
Octal 373 272 337 0 32 13 2 506 131 126
Binary 11111011 10111010 11011111 0 11010 1011 10 101000110 1011001 1010110

Color Harmonies of #FBBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBADF

Black with #FBBADF

Text Example


Text Example

White with #FBBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBADF; }

 p { color: rgb(251,186,223); }

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

background-color css

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

 a { background-color: rgb(251,186,223); }

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

border-color css

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

 span { border-color: rgb(251,186,223); }

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