Html Css Color HEX #FCB4D0 Cotton Candy

📋 copy color: '#FCB4D0'

red 252 ◦ green 180 ◦ blue 208

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

Shades of Cotton Candy #FCB4D0

Tints of Cotton Candy #FCB4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 39.38%
G = 28.13%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCB4D0 (or 0xFCB4D0) is known color: Cotton Candy. HEX triplet: FC, B4 and D0. RGB value is (252,180,208). Sum of RGB (Red+Green+Blue) = 252+180+208=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4D0 is #034B2F. Grayscale: #CCCCCC. Windows color (decimal): -215856 or 13677820. OLE color: 13677820.

HSL color Cylindrical-coordinate representation of color #FCB4D0: hue angle of 336.67º 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 #FCB4D0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 180 208 -
CMYK 0 0.29 0.17 0.01
HSL 336.67º 0.92% 0.85% -
HSV(B) 336.67º 0.29% 0.99% -
XYZ 67.85 57.89 67.27 -
YUV 204.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 252 180 208 0 0.29 0.17 0.01 336.67 0.92 0.85
Hex FC B4 D0 0 1D 11 1 151 5C 55
Octal 374 264 320 0 35 21 1 521 134 125
Binary 11111100 10110100 11010000 0 11101 10001 1 101010001 1011100 1010101

Color Harmonies of #FCB4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4D0

Black with #FCB4D0

Text Example


Text Example

White with #FCB4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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