Html Css Color HEX #FE669B Brilliant Rose

📋 copy color: '#FE669B'

red 254 ◦ green 102 ◦ blue 155

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

Shades of Brilliant Rose #FE669B

Tints of Brilliant Rose #FE669B

RGB

 RED value IS 254 (99.61% from 255) = 49.71%

 GREEN value IS 102 (40.23% from 255) = 19.96%

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 49.71%
G = 19.96%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE669B (or 0xFE669B) is known color: Brilliant Rose. HEX triplet: FE, 66 and 9B. RGB value is (254,102,155). Sum of RGB (Red+Green+Blue) = 254+102+155=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE669B is #019964. Grayscale: #999999. Windows color (decimal): -104805 or 10184446. OLE color: 10184446.

HSL color Cylindrical-coordinate representation of color #FE669B: hue angle of 339.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE669B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 102 155 -
CMYK 0 0.60 0.39 0.00
HSL 339.08º 0.99% 0.7% -
HSV(B) 339.08º 0.6% 1% -
XYZ 51.54 32.94 34.65 -
YUV 153.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 254 102 155 0 0.60 0.39 0.00 339.08 0.99 0.7
Hex FE 66 9B 0 3C 27 0 153 63 46
Octal 376 146 233 0 74 47 0 523 143 106
Binary 11111110 1100110 10011011 0 111100 100111 0 101010011 1100011 1000110

Color Harmonies of #FE669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE669B

Black with #FE669B

Text Example


Text Example

White with #FE669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE669B; }

 p { color: rgb(254,102,155); }

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

background-color css

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

 a { background-color: rgb(254,102,155); }

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

border-color css

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

 span { border-color: rgb(254,102,155); }

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