Html Css Color HEX #FCCDBC Tuft Bush

📋 copy color: '#FCCDBC'

red 252 ◦ green 205 ◦ blue 188

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

Shades of Tuft Bush #FCCDBC

Tints of Tuft Bush #FCCDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.78%

 BLUE value IS 188 (73.83% from 255) = 29.15%

R = 39.07%
G = 31.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCCDBC (or 0xFCCDBC) is known color: Tuft Bush. HEX triplet: FC, CD and BC. RGB value is (252,205,188). Sum of RGB (Red+Green+Blue) = 252+205+188=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBC is #033243. Grayscale: #D9D9D9. Windows color (decimal): -209476 or 12373500. OLE color: 12373500.

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

Color convert

RGB 252 205 188 -
CMYK 0 0.19 0.25 0.01
HSL 15.94º 0.91% 0.86% -
HSV(B) 15.94º 0.25% 0.99% -
XYZ 71.05 67.99 56.96 -
YUV 217.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 252 205 188 0 0.19 0.25 0.01 15.94 0.91 0.86
Hex FC CD BC 0 13 19 1 10 5B 56
Octal 374 315 274 0 23 31 1 20 133 126
Binary 11111100 11001101 10111100 0 10011 11001 1 10000 1011011 1010110

Color Harmonies of #FCCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDBC

Black with #FCCDBC

Text Example


Text Example

White with #FCCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDBC; }

 p { color: rgb(252,205,188); }

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

background-color css

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

 a { background-color: rgb(252,205,188); }

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

border-color css

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

 span { border-color: rgb(252,205,188); }

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