Html Css Color HEX #FCBFD3 Cotton Candy

📋 copy color: '#FCBFD3'

red 252 ◦ green 191 ◦ blue 211

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

Shades of Cotton Candy #FCBFD3

Tints of Cotton Candy #FCBFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 29.2%

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

R = 38.53%
G = 29.2%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCBFD3 (or 0xFCBFD3) is known color: Cotton Candy. HEX triplet: FC, BF and D3. RGB value is (252,191,211). Sum of RGB (Red+Green+Blue) = 252+191+211=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD3 is #03402C. Grayscale: #D3D3D3. Windows color (decimal): -213037 or 13877244. OLE color: 13877244.

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

Color convert

RGB 252 191 211 -
CMYK 0 0.24 0.16 0.01
HSL 340.33º 0.91% 0.87% -
HSV(B) 340.33º 0.24% 0.99% -
XYZ 70.53 62.66 70.01 -
YUV 211.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 252 191 211 0 0.24 0.16 0.01 340.33 0.91 0.87
Hex FC BF D3 0 18 10 1 154 5B 57
Octal 374 277 323 0 30 20 1 524 133 127
Binary 11111100 10111111 11010011 0 11000 10000 1 101010100 1011011 1010111

Color Harmonies of #FCBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFD3

Black with #FCBFD3

Text Example


Text Example

White with #FCBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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