Html Css Color HEX #FCB8DE Cotton Candy

📋 copy color: '#FCB8DE'

red 252 ◦ green 184 ◦ blue 222

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

Shades of Cotton Candy #FCB8DE

Tints of Cotton Candy #FCB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.96%

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

R = 38.3%
G = 27.96%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCB8DE (or 0xFCB8DE) is known color: Cotton Candy. HEX triplet: FC, B8 and DE. RGB value is (252,184,222). Sum of RGB (Red+Green+Blue) = 252+184+222=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DE is #034721. Grayscale: #D0D0D0. Windows color (decimal): -214818 or 14596348. OLE color: 14596348.

HSL color Cylindrical-coordinate representation of color #FCB8DE: hue angle of 326.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8DE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 222 -
CMYK 0 0.27 0.12 0.01
HSL 326.47º 0.92% 0.85% -
HSV(B) 326.47º 0.27% 0.99% -
XYZ 70.47 60.25 77.02 -
YUV 208.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 252 184 222 0 0.27 0.12 0.01 326.47 0.92 0.85
Hex FC B8 DE 0 1B C 1 146 5C 55
Octal 374 270 336 0 33 14 1 506 134 125
Binary 11111100 10111000 11011110 0 11011 1100 1 101000110 1011100 1010101

Color Harmonies of #FCB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8DE

Black with #FCB8DE

Text Example


Text Example

White with #FCB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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