Html Css Color HEX #FCB4D3 Cotton Candy

📋 copy color: '#FCB4D3'

red 252 ◦ green 180 ◦ blue 211

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

Shades of Cotton Candy #FCB4D3

Tints of Cotton Candy #FCB4D3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.99%

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

R = 39.19%
G = 27.99%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCB4D3 (or 0xFCB4D3) is known color: Cotton Candy. HEX triplet: FC, B4 and D3. RGB value is (252,180,211). Sum of RGB (Red+Green+Blue) = 252+180+211=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4D3 is #034B2C. Grayscale: #CDCDCD. Windows color (decimal): -215853 or 13874428. OLE color: 13874428.

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

Color convert

RGB 252 180 211 -
CMYK 0 0.29 0.16 0.01
HSL 334.17º 0.92% 0.85% -
HSV(B) 334.17º 0.29% 0.99% -
XYZ 68.22 58.04 69.24 -
YUV 205.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 252 180 211 0 0.29 0.16 0.01 334.17 0.92 0.85
Hex FC B4 D3 0 1D 10 1 14E 5C 55
Octal 374 264 323 0 35 20 1 516 134 125
Binary 11111100 10110100 11010011 0 11101 10000 1 101001110 1011100 1010101

Color Harmonies of #FCB4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4D3

Black with #FCB4D3

Text Example


Text Example

White with #FCB4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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