Html Css Color HEX #FCBFD5 Cotton Candy

📋 copy color: '#FCBFD5'

red 252 ◦ green 191 ◦ blue 213

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

Shades of Cotton Candy #FCBFD5

Tints of Cotton Candy #FCBFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 38.41%
G = 29.12%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCBFD5 (or 0xFCBFD5) is known color: Cotton Candy. HEX triplet: FC, BF and D5. RGB value is (252,191,213). Sum of RGB (Red+Green+Blue) = 252+191+213=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD5 is #03402A. Grayscale: #D3D3D3. Windows color (decimal): -213035 or 14008316. OLE color: 14008316.

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

Color convert

RGB 252 191 213 -
CMYK 0 0.24 0.15 0.01
HSL 338.36º 0.91% 0.87% -
HSV(B) 338.36º 0.24% 0.99% -
XYZ 70.79 62.76 71.33 -
YUV 211.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 252 191 213 0 0.24 0.15 0.01 338.36 0.91 0.87
Hex FC BF D5 0 18 F 1 152 5B 57
Octal 374 277 325 0 30 17 1 522 133 127
Binary 11111100 10111111 11010101 0 11000 1111 1 101010010 1011011 1010111

Color Harmonies of #FCBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFD5

Black with #FCBFD5

Text Example


Text Example

White with #FCBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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