Html Css Color HEX #FBF398 Pale Prim

📋 copy color: '#FBF398'

red 251 ◦ green 243 ◦ blue 152

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

Shades of Pale Prim #FBF398

Tints of Pale Prim #FBF398

RGB

 RED value IS 251 (98.44% from 255) = 38.85%

 GREEN value IS 243 (95.31% from 255) = 37.62%

 BLUE value IS 152 (59.77% from 255) = 23.53%

R = 38.85%
G = 37.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBF398 (or 0xFBF398) is known color: Pale Prim. HEX triplet: FB, F3 and 98. RGB value is (251,243,152). Sum of RGB (Red+Green+Blue) = 251+243+152=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF398 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF398 is #040C67. Grayscale: #EBEBEB. Windows color (decimal): -265320 or 10023931. OLE color: 10023931.

HSL color Cylindrical-coordinate representation of color #FBF398: hue angle of 55.15º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBF398 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 243 152 -
CMYK 0 0.03 0.39 0.02
HSL 55.15º 0.93% 0.79% -
HSV(B) 55.15º 0.39% 0.98% -
XYZ 77.5 86.88 42.39 -
YUV 235.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 251 243 152 0 0.03 0.39 0.02 55.15 0.93 0.79
Hex FB F3 98 0 3 27 2 37 5D 4F
Octal 373 363 230 0 3 47 2 67 135 117
Binary 11111011 11110011 10011000 0 11 100111 10 110111 1011101 1001111

Color Harmonies of #FBF398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF398

Black with #FBF398

Text Example


Text Example

White with #FBF398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF398; }

 p { color: rgb(251,243,152); }

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

background-color css

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

 a { background-color: rgb(251,243,152); }

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

border-color css

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

 span { border-color: rgb(251,243,152); }

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