Html Css Color HEX #FDFB9F Pale Prim

📋 copy color: '#FDFB9F'

red 253 ◦ green 251 ◦ blue 159

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

Shades of Pale Prim #FDFB9F

Tints of Pale Prim #FDFB9F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

 BLUE value IS 159 (62.5% from 255) = 23.98%

R = 38.16%
G = 37.86%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDFB9F (or 0xFDFB9F) is known color: Pale Prim. HEX triplet: FD, FB and 9F. RGB value is (253,251,159). Sum of RGB (Red+Green+Blue) = 253+251+159=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 159 (62.5% from 255 or 23.98% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB9F is #020460. Grayscale: #F1F1F1. Windows color (decimal): -132193 or 10484733. OLE color: 10484733.

HSL color Cylindrical-coordinate representation of color #FDFB9F: hue angle of 58.72º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDFB9F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 159 -
CMYK 0 0.01 0.37 0.01
HSL 58.72º 0.96% 0.81% -
HSV(B) 58.72º 0.37% 0.99% -
XYZ 81.26 92.38 46.35 -
YUV 241.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 253 251 159 0 0.01 0.37 0.01 58.72 0.96 0.81
Hex FD FB 9F 0 1 25 1 3B 60 51
Octal 375 373 237 0 1 45 1 73 140 121
Binary 11111101 11111011 10011111 0 1 100101 1 111011 1100000 1010001

Color Harmonies of #FDFB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB9F

Black with #FDFB9F

Text Example


Text Example

White with #FDFB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB9F; }

 p { color: rgb(253,251,159); }

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

background-color css

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

 a { background-color: rgb(253,251,159); }

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

border-color css

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

 span { border-color: rgb(253,251,159); }

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