Html Css Color HEX #FCBEDD Cotton Candy

📋 copy color: '#FCBEDD'

red 252 ◦ green 190 ◦ blue 221

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

Shades of Cotton Candy #FCBEDD

Tints of Cotton Candy #FCBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.33%

R = 38.01%
G = 28.66%
B = 33.33%

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

#FCBEDD (or 0xFCBEDD) is known color: Cotton Candy. HEX triplet: FC, BE and DD. RGB value is (252,190,221). Sum of RGB (Red+Green+Blue) = 252+190+221=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDD is #034122. Grayscale: #D4D4D4. Windows color (decimal): -213283 or 14532348. OLE color: 14532348.

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

Color convert

RGB 252 190 221 -
CMYK 0 0.25 0.12 0.01
HSL 330º 0.91% 0.87% -
HSV(B) 330º 0.25% 0.99% -
XYZ 71.61 62.74 76.74 -
YUV 212.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 252 190 221 0 0.25 0.12 0.01 330 0.91 0.87
Hex FC BE DD 0 19 C 1 14A 5B 57
Octal 374 276 335 0 31 14 1 512 133 127
Binary 11111100 10111110 11011101 0 11001 1100 1 101001010 1011011 1010111

Color Harmonies of #FCBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEDD

Black with #FCBEDD

Text Example


Text Example

White with #FCBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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