Html Css Color HEX #FCBEDE Cotton Candy

📋 copy color: '#FCBEDE'

red 252 ◦ green 190 ◦ blue 222

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

Shades of Cotton Candy #FCBEDE

Tints of Cotton Candy #FCBEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.43%

R = 37.95%
G = 28.61%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCBEDE (or 0xFCBEDE) is known color: Cotton Candy. HEX triplet: FC, BE and DE. RGB value is (252,190,222). Sum of RGB (Red+Green+Blue) = 252+190+222=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDE is #034121. Grayscale: #D4D4D4. Windows color (decimal): -213282 or 14597884. OLE color: 14597884.

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

Color convert

RGB 252 190 222 -
CMYK 0 0.25 0.12 0.01
HSL 329.03º 0.91% 0.87% -
HSV(B) 329.03º 0.25% 0.99% -
XYZ 71.74 62.8 77.45 -
YUV 212.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 252 190 222 0 0.25 0.12 0.01 329.03 0.91 0.87
Hex FC BE DE 0 19 C 1 149 5B 57
Octal 374 276 336 0 31 14 1 511 133 127
Binary 11111100 10111110 11011110 0 11001 1100 1 101001001 1011011 1010111

Color Harmonies of #FCBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEDE

Black with #FCBEDE

Text Example


Text Example

White with #FCBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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