Html Css Color HEX #FADFB1 Peach-Yellow

📋 copy color: '#FADFB1'

red 250 ◦ green 223 ◦ blue 177

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

Shades of Peach-Yellow #FADFB1

Tints of Peach-Yellow #FADFB1

RGB

 RED value IS 250 (98.05% from 255) = 38.46%

 GREEN value IS 223 (87.5% from 255) = 34.31%

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

R = 38.46%
G = 34.31%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FADFB1 (or 0xFADFB1) is known color: Peach-Yellow. HEX triplet: FA, DF and B1. RGB value is (250,223,177). Sum of RGB (Red+Green+Blue) = 250+223+177=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFB1 is #05204E. Grayscale: #E2E2E2. Windows color (decimal): -335951 or 11657210. OLE color: 11657210.

HSL color Cylindrical-coordinate representation of color #FADFB1: hue angle of 37.81º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FADFB1 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 177 -
CMYK 0 0.11 0.29 0.02
HSL 37.81º 0.88% 0.84% -
HSV(B) 37.81º 0.29% 0.98% -
XYZ 73.75 76.27 52.43 -
YUV 225.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 250 223 177 0 0.11 0.29 0.02 37.81 0.88 0.84
Hex FA DF B1 0 B 1D 2 26 58 54
Octal 372 337 261 0 13 35 2 46 130 124
Binary 11111010 11011111 10110001 0 1011 11101 10 100110 1011000 1010100

Color Harmonies of #FADFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFB1

Black with #FADFB1

Text Example


Text Example

White with #FADFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFB1; }

 p { color: rgb(250,223,177); }

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

background-color css

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

 a { background-color: rgb(250,223,177); }

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

border-color css

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

 span { border-color: rgb(250,223,177); }

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