Html Css Color HEX #FCBED2 Cotton Candy

📋 copy color: '#FCBED2'

red 252 ◦ green 190 ◦ blue 210

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

Shades of Cotton Candy #FCBED2

Tints of Cotton Candy #FCBED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 38.65%
G = 29.14%
B = 32.21%

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

#FCBED2 (or 0xFCBED2) is known color: Cotton Candy. HEX triplet: FC, BE and D2. RGB value is (252,190,210). Sum of RGB (Red+Green+Blue) = 252+190+210=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED2 is #03412D. Grayscale: #D2D2D2. Windows color (decimal): -213294 or 13811452. OLE color: 13811452.

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

Color convert

RGB 252 190 210 -
CMYK 0 0.25 0.17 0.01
HSL 340.65º 0.91% 0.87% -
HSV(B) 340.65º 0.25% 0.99% -
XYZ 70.19 62.18 69.27 -
YUV 210.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 252 190 210 0 0.25 0.17 0.01 340.65 0.91 0.87
Hex FC BE D2 0 19 11 1 155 5B 57
Octal 374 276 322 0 31 21 1 525 133 127
Binary 11111100 10111110 11010010 0 11001 10001 1 101010101 1011011 1010111

Color Harmonies of #FCBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBED2

Black with #FCBED2

Text Example


Text Example

White with #FCBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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