Html Css Color HEX #FFD3A3 Frangipani

📋 copy color: '#FFD3A3'

red 255 ◦ green 211 ◦ blue 163

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

Shades of Frangipani #FFD3A3

Tints of Frangipani #FFD3A3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.55%

 BLUE value IS 163 (64.06% from 255) = 25.91%

R = 40.54%
G = 33.55%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFD3A3 (or 0xFFD3A3) is known color: Frangipani. HEX triplet: FF, D3 and A3. RGB value is (255,211,163). Sum of RGB (Red+Green+Blue) = 255+211+163=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3A3 is #002C5C. Grayscale: #DADADA. Windows color (decimal): -11357 or 10736639. OLE color: 10736639.

HSL color Cylindrical-coordinate representation of color #FFD3A3: hue angle of 31.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFD3A3 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 211 163 -
CMYK 0 0.17 0.36 0
HSL 31.3º 1% 0.82% -
HSV(B) 31.3º 0.36% 1% -
XYZ 71.15 70.49 44.51 -
YUV 218.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 255 211 163 0 0.17 0.36 0 31.3 1 0.82
Hex FF D3 A3 0 11 24 0 1F 64 52
Octal 377 323 243 0 21 44 0 37 144 122
Binary 11111111 11010011 10100011 0 10001 100100 0 11111 1100100 1010010

Color Harmonies of #FFD3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3A3

Black with #FFD3A3

Text Example


Text Example

White with #FFD3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3A3; }

 p { color: rgb(255,211,163); }

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

background-color css

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

 a { background-color: rgb(255,211,163); }

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

border-color css

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

 span { border-color: rgb(255,211,163); }

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