Html Css Color HEX #FCCEBA Tuft Bush

📋 copy color: '#FCCEBA'

red 252 ◦ green 206 ◦ blue 186

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

Shades of Tuft Bush #FCCEBA

Tints of Tuft Bush #FCCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.99%

 BLUE value IS 186 (73.05% from 255) = 28.88%

R = 39.13%
G = 31.99%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCCEBA (or 0xFCCEBA) is known color: Tuft Bush. HEX triplet: FC, CE and BA. RGB value is (252,206,186). Sum of RGB (Red+Green+Blue) = 252+206+186=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEBA is #033145. Grayscale: #D9D9D9. Windows color (decimal): -209222 or 12242684. OLE color: 12242684.

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

Color convert

RGB 252 206 186 -
CMYK 0 0.18 0.26 0.01
HSL 18.18º 0.92% 0.86% -
HSV(B) 18.18º 0.26% 0.99% -
XYZ 71.08 68.38 55.91 -
YUV 217.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 252 206 186 0 0.18 0.26 0.01 18.18 0.92 0.86
Hex FC CE BA 0 12 1A 1 12 5C 56
Octal 374 316 272 0 22 32 1 22 134 126
Binary 11111100 11001110 10111010 0 10010 11010 1 10010 1011100 1010110

Color Harmonies of #FCCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEBA

Black with #FCCEBA

Text Example


Text Example

White with #FCCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEBA; }

 p { color: rgb(252,206,186); }

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

background-color css

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

 a { background-color: rgb(252,206,186); }

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

border-color css

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

 span { border-color: rgb(252,206,186); }

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