Html Css Color HEX #FBC0D4 Cotton Candy

📋 copy color: '#FBC0D4'

red 251 ◦ green 192 ◦ blue 212

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

Shades of Cotton Candy #FBC0D4

Tints of Cotton Candy #FBC0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 38.32%
G = 29.31%
B = 32.37%

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

#FBC0D4 (or 0xFBC0D4) is known color: Cotton Candy. HEX triplet: FB, C0 and D4. RGB value is (251,192,212). Sum of RGB (Red+Green+Blue) = 251+192+212=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0D4 is #043F2B. Grayscale: #D3D3D3. Windows color (decimal): -278316 or 13943035. OLE color: 13943035.

HSL color Cylindrical-coordinate representation of color #FBC0D4: hue angle of 339.66º 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 #FBC0D4 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 212 -
CMYK 0 0.24 0.16 0.02
HSL 339.66º 0.88% 0.87% -
HSV(B) 339.66º 0.24% 0.98% -
XYZ 70.52 62.96 70.72 -
YUV 211.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 251 192 212 0 0.24 0.16 0.02 339.66 0.88 0.87
Hex FB C0 D4 0 18 10 2 154 58 57
Octal 373 300 324 0 30 20 2 524 130 127
Binary 11111011 11000000 11010100 0 11000 10000 10 101010100 1011000 1010111

Color Harmonies of #FBC0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0D4

Black with #FBC0D4

Text Example


Text Example

White with #FBC0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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