Html Css Color HEX #FDCFB3 Apricot

📋 copy color: '#FDCFB3'

red 253 ◦ green 207 ◦ blue 179

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

Shades of Apricot #FDCFB3

Tints of Apricot #FDCFB3

RGB

 RED value IS 253 (99.22% from 255) = 39.59%

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

 BLUE value IS 179 (70.31% from 255) = 28.01%

R = 39.59%
G = 32.39%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDCFB3 (or 0xFDCFB3) is known color: Apricot. HEX triplet: FD, CF and B3. RGB value is (253,207,179). Sum of RGB (Red+Green+Blue) = 253+207+179=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFB3 is #02304C. Grayscale: #D9D9D9. Windows color (decimal): -143437 or 11784189. OLE color: 11784189.

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

Color convert

RGB 253 207 179 -
CMYK 0 0.18 0.29 0.01
HSL 22.7º 0.95% 0.85% -
HSV(B) 22.7º 0.29% 0.99% -
XYZ 70.96 68.76 52.18 -
YUV 217.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 253 207 179 0 0.18 0.29 0.01 22.7 0.95 0.85
Hex FD CF B3 0 12 1D 1 17 5F 55
Octal 375 317 263 0 22 35 1 27 137 125
Binary 11111101 11001111 10110011 0 10010 11101 1 10111 1011111 1010101

Color Harmonies of #FDCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFB3

Black with #FDCFB3

Text Example


Text Example

White with #FDCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFB3; }

 p { color: rgb(253,207,179); }

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

background-color css

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

 a { background-color: rgb(253,207,179); }

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

border-color css

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

 span { border-color: rgb(253,207,179); }

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