Html Css Color HEX #FCCDBE Tuft Bush

📋 copy color: '#FCCDBE'

red 252 ◦ green 205 ◦ blue 190

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

Shades of Tuft Bush #FCCDBE

Tints of Tuft Bush #FCCDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.37%

R = 38.95%
G = 31.68%
B = 29.37%

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

#FCCDBE (or 0xFCCDBE) is known color: Tuft Bush. HEX triplet: FC, CD and BE. RGB value is (252,205,190). Sum of RGB (Red+Green+Blue) = 252+205+190=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBE is #033241. Grayscale: #D9D9D9. Windows color (decimal): -209474 or 12504572. OLE color: 12504572.

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

Color convert

RGB 252 205 190 -
CMYK 0 0.19 0.25 0.01
HSL 14.52º 0.91% 0.87% -
HSV(B) 14.52º 0.25% 0.99% -
XYZ 71.27 68.08 58.1 -
YUV 217.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 252 205 190 0 0.19 0.25 0.01 14.52 0.91 0.87
Hex FC CD BE 0 13 19 1 F 5B 57
Octal 374 315 276 0 23 31 1 17 133 127
Binary 11111100 11001101 10111110 0 10011 11001 1 1111 1011011 1010111

Color Harmonies of #FCCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDBE

Black with #FCCDBE

Text Example


Text Example

White with #FCCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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