Html Css Color HEX #FBFF7E Dolly

📋 copy color: '#FBFF7E'

red 251 ◦ green 255 ◦ blue 126

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

Shades of Dolly #FBFF7E

Tints of Dolly #FBFF7E

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 126 (49.61% from 255) = 19.94%

R = 39.72%
G = 40.35%
B = 19.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FBFF7E (or 0xFBFF7E) is known color: Dolly. HEX triplet: FB, FF and 7E. RGB value is (251,255,126). Sum of RGB (Red+Green+Blue) = 251+255+126=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 126 (49.61% from 255 or 19.94% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7E is #040081. Grayscale: #EFEFEF. Windows color (decimal): -262274 or 8323067. OLE color: 8323067.

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

Color convert

RGB 251 255 126 -
CMYK 0.02 0 0.51 0
HSL 61.86º 1% 0.75% -
HSV(B) 61.86º 0.51% 1% -
XYZ 79.31 93.54 33.61 -
YUV 239.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 251 255 126 0.02 0 0.51 0 61.86 1 0.75
Hex FB FF 7E 2 0 33 0 3E 64 4B
Octal 373 377 176 2 0 63 0 76 144 113
Binary 11111011 11111111 1111110 10 0 110011 0 111110 1100100 1001011

Color Harmonies of #FBFF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF7E

Black with #FBFF7E

Text Example


Text Example

White with #FBFF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF7E; }

 p { color: rgb(251,255,126); }

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

background-color css

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

 a { background-color: rgb(251,255,126); }

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

border-color css

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

 span { border-color: rgb(251,255,126); }

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