Html Css Color HEX #FDCAB2 Apricot

📋 copy color: '#FDCAB2'

red 253 ◦ green 202 ◦ blue 178

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

Shades of Apricot #FDCAB2

Tints of Apricot #FDCAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.91%

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

R = 39.97%
G = 31.91%
B = 28.12%

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

#FDCAB2 (or 0xFDCAB2) is known color: Apricot. HEX triplet: FD, CA and B2. RGB value is (253,202,178). Sum of RGB (Red+Green+Blue) = 253+202+178=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAB2 is #02354D. Grayscale: #D6D6D6. Windows color (decimal): -144718 or 11717373. OLE color: 11717373.

HSL color Cylindrical-coordinate representation of color #FDCAB2: hue angle of 19.2º 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 #FDCAB2 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 178 -
CMYK 0 0.20 0.30 0.01
HSL 19.2º 0.95% 0.85% -
HSV(B) 19.2º 0.3% 0.99% -
XYZ 69.66 66.34 51.25 -
YUV 214.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 253 202 178 0 0.20 0.30 0.01 19.2 0.95 0.85
Hex FD CA B2 0 14 1E 1 13 5F 55
Octal 375 312 262 0 24 36 1 23 137 125
Binary 11111101 11001010 10110010 0 10100 11110 1 10011 1011111 1010101

Color Harmonies of #FDCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAB2

Black with #FDCAB2

Text Example


Text Example

White with #FDCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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