Html Css Color HEX #FFD2B3 Apricot

📋 copy color: '#FFD2B3'

red 255 ◦ green 210 ◦ blue 179

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

Shades of Apricot #FFD2B3

Tints of Apricot #FFD2B3

RGB

 RED value IS 255 (100% from 255) = 39.6%

 GREEN value IS 210 (82.42% from 255) = 32.61%

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

R = 39.6%
G = 32.61%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFD2B3 (or 0xFFD2B3) is known color: Apricot. HEX triplet: FF, D2 and B3. RGB value is (255,210,179). Sum of RGB (Red+Green+Blue) = 255+210+179=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2B3 is #002D4C. Grayscale: #DCDCDC. Windows color (decimal): -11597 or 11784959. OLE color: 11784959.

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

Color convert

RGB 255 210 179 -
CMYK 0 0.18 0.30 0
HSL 24.47º 1% 0.85% -
HSV(B) 24.47º 0.3% 1% -
XYZ 72.42 70.61 52.46 -
YUV 219.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 255 210 179 0 0.18 0.30 0 24.47 1 0.85
Hex FF D2 B3 0 12 1E 0 18 64 55
Octal 377 322 263 0 22 36 0 30 144 125
Binary 11111111 11010010 10110011 0 10010 11110 0 11000 1100100 1010101

Color Harmonies of #FFD2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD2B3

Black with #FFD2B3

Text Example


Text Example

White with #FFD2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD2B3; }

 p { color: rgb(255,210,179); }

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

background-color css

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

 a { background-color: rgb(255,210,179); }

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

border-color css

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

 span { border-color: rgb(255,210,179); }

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