Html Css Color HEX #FCCFC1 Tuft Bush

📋 copy color: '#FCCFC1'

red 252 ◦ green 207 ◦ blue 193

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

Shades of Tuft Bush #FCCFC1

Tints of Tuft Bush #FCCFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.6%

R = 38.65%
G = 31.75%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCCFC1 (or 0xFCCFC1) is known color: Tuft Bush. HEX triplet: FC, CF and C1. RGB value is (252,207,193). Sum of RGB (Red+Green+Blue) = 252+207+193=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC1 is #03303E. Grayscale: #DADADA. Windows color (decimal): -208959 or 12701692. OLE color: 12701692.

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

Color convert

RGB 252 207 193 -
CMYK 0 0.18 0.23 0.01
HSL 14.24º 0.91% 0.87% -
HSV(B) 14.24º 0.23% 0.99% -
XYZ 72.08 69.17 60 -
YUV 218.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 252 207 193 0 0.18 0.23 0.01 14.24 0.91 0.87
Hex FC CF C1 0 12 17 1 E 5B 57
Octal 374 317 301 0 22 27 1 16 133 127
Binary 11111100 11001111 11000001 0 10010 10111 1 1110 1011011 1010111

Color Harmonies of #FCCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFC1

Black with #FCCFC1

Text Example


Text Example

White with #FCCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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