Html Css Color HEX #FCB8D3 Cotton Candy

📋 copy color: '#FCB8D3'

red 252 ◦ green 184 ◦ blue 211

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

Shades of Cotton Candy #FCB8D3

Tints of Cotton Candy #FCB8D3

RGB

 RED value IS 252 (98.83% from 255) = 38.95%

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

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

R = 38.95%
G = 28.44%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCB8D3 (or 0xFCB8D3) is known color: Cotton Candy. HEX triplet: FC, B8 and D3. RGB value is (252,184,211). Sum of RGB (Red+Green+Blue) = 252+184+211=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8D3 is #03472C. Grayscale: #CFCFCF. Windows color (decimal): -214829 or 13875452. OLE color: 13875452.

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

Color convert

RGB 252 184 211 -
CMYK 0 0.27 0.16 0.01
HSL 336.18º 0.92% 0.85% -
HSV(B) 336.18º 0.27% 0.99% -
XYZ 69.04 59.68 69.51 -
YUV 207.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 252 184 211 0 0.27 0.16 0.01 336.18 0.92 0.85
Hex FC B8 D3 0 1B 10 1 150 5C 55
Octal 374 270 323 0 33 20 1 520 134 125
Binary 11111100 10111000 11010011 0 11011 10000 1 101010000 1011100 1010101

Color Harmonies of #FCB8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8D3

Black with #FCB8D3

Text Example


Text Example

White with #FCB8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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