Html Css Color HEX #FCBED1 Cotton Candy

📋 copy color: '#FCBED1'

red 252 ◦ green 190 ◦ blue 209

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

Shades of Cotton Candy #FCBED1

Tints of Cotton Candy #FCBED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.19%

 BLUE value IS 209 (82.03% from 255) = 32.1%

R = 38.71%
G = 29.19%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBED1 (or 0xFCBED1) is known color: Cotton Candy. HEX triplet: FC, BE and D1. RGB value is (252,190,209). Sum of RGB (Red+Green+Blue) = 252+190+209=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED1 is #03412E. Grayscale: #D2D2D2. Windows color (decimal): -213295 or 13745916. OLE color: 13745916.

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

Color convert

RGB 252 190 209 -
CMYK 0 0.25 0.17 0.01
HSL 341.61º 0.91% 0.87% -
HSV(B) 341.61º 0.25% 0.99% -
XYZ 70.07 62.13 68.62 -
YUV 210.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 252 190 209 0 0.25 0.17 0.01 341.61 0.91 0.87
Hex FC BE D1 0 19 11 1 156 5B 57
Octal 374 276 321 0 31 21 1 526 133 127
Binary 11111100 10111110 11010001 0 11001 10001 1 101010110 1011011 1010111

Color Harmonies of #FCBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBED1

Black with #FCBED1

Text Example


Text Example

White with #FCBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBED1; }

 p { color: rgb(252,190,209); }

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

background-color css

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

 a { background-color: rgb(252,190,209); }

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

border-color css

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

 span { border-color: rgb(252,190,209); }

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