Html Css Color HEX #FBC0D3 Cotton Candy

📋 copy color: '#FBC0D3'

red 251 ◦ green 192 ◦ blue 211

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

Shades of Cotton Candy #FBC0D3

Tints of Cotton Candy #FBC0D3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.36%

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

R = 38.38%
G = 29.36%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBC0D3 (or 0xFBC0D3) is known color: Cotton Candy. HEX triplet: FB, C0 and D3. RGB value is (251,192,211). Sum of RGB (Red+Green+Blue) = 251+192+211=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0D3 is #043F2C. Grayscale: #D3D3D3. Windows color (decimal): -278317 or 13877499. OLE color: 13877499.

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

Color convert

RGB 251 192 211 -
CMYK 0 0.24 0.16 0.02
HSL 340.68º 0.88% 0.87% -
HSV(B) 340.68º 0.24% 0.98% -
XYZ 70.39 62.91 70.06 -
YUV 211.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 251 192 211 0 0.24 0.16 0.02 340.68 0.88 0.87
Hex FB C0 D3 0 18 10 2 155 58 57
Octal 373 300 323 0 30 20 2 525 130 127
Binary 11111011 11000000 11010011 0 11000 10000 10 101010101 1011000 1010111

Color Harmonies of #FBC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0D3

Black with #FBC0D3

Text Example


Text Example

White with #FBC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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