Html Css Color HEX #FBC1D4 Cotton Candy

📋 copy color: '#FBC1D4'

red 251 ◦ green 193 ◦ blue 212

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

Shades of Cotton Candy #FBC1D4

Tints of Cotton Candy #FBC1D4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.42%

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

R = 38.26%
G = 29.42%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBC1D4 (or 0xFBC1D4) is known color: Cotton Candy. HEX triplet: FB, C1 and D4. RGB value is (251,193,212). Sum of RGB (Red+Green+Blue) = 251+193+212=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D4 is #043E2B. Grayscale: #D4D4D4. Windows color (decimal): -278060 or 13943291. OLE color: 13943291.

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

Color convert

RGB 251 193 212 -
CMYK 0 0.23 0.16 0.02
HSL 340.34º 0.88% 0.87% -
HSV(B) 340.34º 0.23% 0.98% -
XYZ 70.74 63.4 70.8 -
YUV 212.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 251 193 212 0 0.23 0.16 0.02 340.34 0.88 0.87
Hex FB C1 D4 0 17 10 2 154 58 57
Octal 373 301 324 0 27 20 2 524 130 127
Binary 11111011 11000001 11010100 0 10111 10000 10 101010100 1011000 1010111

Color Harmonies of #FBC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1D4

Black with #FBC1D4

Text Example


Text Example

White with #FBC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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