Html Css Color HEX #FDCBB2 Apricot

📋 copy color: '#FDCBB2'

red 253 ◦ green 203 ◦ blue 178

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

Shades of Apricot #FDCBB2

Tints of Apricot #FDCBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.08%

R = 39.91%
G = 32.02%
B = 28.08%

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

#FDCBB2 (or 0xFDCBB2) is known color: Apricot. HEX triplet: FD, CB and B2. RGB value is (253,203,178). Sum of RGB (Red+Green+Blue) = 253+203+178=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBB2 is #02344D. Grayscale: #D7D7D7. Windows color (decimal): -144462 or 11717629. OLE color: 11717629.

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

Color convert

RGB 253 203 178 -
CMYK 0 0.20 0.30 0.01
HSL 20º 0.95% 0.85% -
HSV(B) 20º 0.3% 0.99% -
XYZ 69.9 66.81 51.33 -
YUV 215.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 253 203 178 0 0.20 0.30 0.01 20 0.95 0.85
Hex FD CB B2 0 14 1E 1 14 5F 55
Octal 375 313 262 0 24 36 1 24 137 125
Binary 11111101 11001011 10110010 0 10100 11110 1 10100 1011111 1010101

Color Harmonies of #FDCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBB2

Black with #FDCBB2

Text Example


Text Example

White with #FDCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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