Html Css Color HEX #FCCFBB Tuft Bush

📋 copy color: '#FCCFBB'

red 252 ◦ green 207 ◦ blue 187

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

Shades of Tuft Bush #FCCFBB

Tints of Tuft Bush #FCCFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 187 (73.44% from 255) = 28.95%

R = 39.01%
G = 32.04%
B = 28.95%

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

#FCCFBB (or 0xFCCFBB) is known color: Tuft Bush. HEX triplet: FC, CF and BB. RGB value is (252,207,187). Sum of RGB (Red+Green+Blue) = 252+207+187=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBB is #033044. Grayscale: #DADADA. Windows color (decimal): -208965 or 12308476. OLE color: 12308476.

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

Color convert

RGB 252 207 187 -
CMYK 0 0.18 0.26 0.01
HSL 18.46º 0.92% 0.86% -
HSV(B) 18.46º 0.26% 0.99% -
XYZ 71.43 68.91 56.55 -
YUV 218.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 252 207 187 0 0.18 0.26 0.01 18.46 0.92 0.86
Hex FC CF BB 0 12 1A 1 12 5C 56
Octal 374 317 273 0 22 32 1 22 134 126
Binary 11111100 11001111 10111011 0 10010 11010 1 10010 1011100 1010110

Color Harmonies of #FCCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFBB

Black with #FCCFBB

Text Example


Text Example

White with #FCCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFBB; }

 p { color: rgb(252,207,187); }

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

background-color css

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

 a { background-color: rgb(252,207,187); }

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

border-color css

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

 span { border-color: rgb(252,207,187); }

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