Html Css Color HEX #FCCB7F Chardonnay

📋 copy color: '#FCCB7F'

red 252 ◦ green 203 ◦ blue 127

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

Shades of Chardonnay #FCCB7F

Tints of Chardonnay #FCCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 127 (50% from 255) = 21.82%

R = 43.3%
G = 34.88%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCCB7F (or 0xFCCB7F) is known color: Chardonnay. HEX triplet: FC, CB and 7F. RGB value is (252,203,127). Sum of RGB (Red+Green+Blue) = 252+203+127=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7F is #033480. Grayscale: #D1D1D1. Windows color (decimal): -210049 or 8375292. OLE color: 8375292.

HSL color Cylindrical-coordinate representation of color #FCCB7F: hue angle of 36.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCB7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 127 -
CMYK 0 0.19 0.50 0.01
HSL 36.48º 0.95% 0.74% -
HSV(B) 36.48º 0.5% 0.99% -
XYZ 65.33 64.94 29.17 -
YUV 208.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 252 203 127 0 0.19 0.50 0.01 36.48 0.95 0.74
Hex FC CB 7F 0 13 32 1 24 5F 4A
Octal 374 313 177 0 23 62 1 44 137 112
Binary 11111100 11001011 1111111 0 10011 110010 1 100100 1011111 1001010

Color Harmonies of #FCCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB7F

Black with #FCCB7F

Text Example


Text Example

White with #FCCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB7F; }

 p { color: rgb(252,203,127); }

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

background-color css

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

 a { background-color: rgb(252,203,127); }

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

border-color css

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

 span { border-color: rgb(252,203,127); }

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