Html Css Color HEX #FDCBB1 Apricot

📋 copy color: '#FDCBB1'

red 253 ◦ green 203 ◦ blue 177

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

Shades of Apricot #FDCBB1

Tints of Apricot #FDCBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.96%

R = 39.97%
G = 32.07%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDCBB1 (or 0xFDCBB1) is known color: Apricot. HEX triplet: FD, CB and B1. RGB value is (253,203,177). Sum of RGB (Red+Green+Blue) = 253+203+177=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBB1 is #02344E. Grayscale: #D7D7D7. Windows color (decimal): -144463 or 11652093. OLE color: 11652093.

HSL color Cylindrical-coordinate representation of color #FDCBB1: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDCBB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 177 -
CMYK 0 0.20 0.30 0.01
HSL 20.53º 0.95% 0.84% -
HSV(B) 20.53º 0.3% 0.99% -
XYZ 69.8 66.77 50.8 -
YUV 214.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 253 203 177 0 0.20 0.30 0.01 20.53 0.95 0.84
Hex FD CB B1 0 14 1E 1 15 5F 54
Octal 375 313 261 0 24 36 1 25 137 124
Binary 11111101 11001011 10110001 0 10100 11110 1 10101 1011111 1010100

Color Harmonies of #FDCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBB1

Black with #FDCBB1

Text Example


Text Example

White with #FDCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBB1; }

 p { color: rgb(253,203,177); }

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

background-color css

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

 a { background-color: rgb(253,203,177); }

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

border-color css

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

 span { border-color: rgb(253,203,177); }

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