Html Css Color HEX #FBFE7D Dolly

📋 copy color: '#FBFE7D'

red 251 ◦ green 254 ◦ blue 125

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

Shades of Dolly #FBFE7D

Tints of Dolly #FBFE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 125 (49.22% from 255) = 19.84%

R = 39.84%
G = 40.32%
B = 19.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FBFE7D (or 0xFBFE7D) is known color: Dolly. HEX triplet: FB, FE and 7D. RGB value is (251,254,125). Sum of RGB (Red+Green+Blue) = 251+254+125=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE7D is #040182. Grayscale: #EEEEEE. Windows color (decimal): -262531 or 8257275. OLE color: 8257275.

HSL color Cylindrical-coordinate representation of color #FBFE7D: hue angle of 61.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBFE7D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 254 125 -
CMYK 0.01 0 0.51 0.00
HSL 61.4º 0.98% 0.74% -
HSV(B) 61.4º 0.51% 1% -
XYZ 78.93 92.87 33.17 -
YUV 238.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 251 254 125 0.01 0 0.51 0.00 61.4 0.98 0.74
Hex FB FE 7D 1 0 33 0 3D 62 4A
Octal 373 376 175 1 0 63 0 75 142 112
Binary 11111011 11111110 1111101 1 0 110011 0 111101 1100010 1001010

Color Harmonies of #FBFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE7D

Black with #FBFE7D

Text Example


Text Example

White with #FBFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE7D; }

 p { color: rgb(251,254,125); }

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

background-color css

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

 a { background-color: rgb(251,254,125); }

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

border-color css

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

 span { border-color: rgb(251,254,125); }

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