Html Css Color HEX #FCBFE9 Classic Rose

📋 copy color: '#FCBFE9'

red 252 ◦ green 191 ◦ blue 233

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

Shades of Classic Rose #FCBFE9

Tints of Classic Rose #FCBFE9

RGB

 RED value IS 252 (98.83% from 255) = 37.28%

 GREEN value IS 191 (75% from 255) = 28.25%

 BLUE value IS 233 (91.41% from 255) = 34.47%

R = 37.28%
G = 28.25%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCBFE9 (or 0xFCBFE9) is known color: Classic Rose. HEX triplet: FC, BF and E9. RGB value is (252,191,233). Sum of RGB (Red+Green+Blue) = 252+191+233=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFE9 is #034016. Grayscale: #D5D5D5. Windows color (decimal): -213015 or 15319036. OLE color: 15319036.

HSL color Cylindrical-coordinate representation of color #FCBFE9: hue angle of 318.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFE9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 191 233 -
CMYK 0 0.24 0.08 0.01
HSL 318.69º 0.91% 0.87% -
HSV(B) 318.69º 0.24% 0.99% -
XYZ 73.48 63.84 85.54 -
YUV 214.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 252 191 233 0 0.24 0.08 0.01 318.69 0.91 0.87
Hex FC BF E9 0 18 8 1 13F 5B 57
Octal 374 277 351 0 30 10 1 477 133 127
Binary 11111100 10111111 11101001 0 11000 1000 1 100111111 1011011 1010111

Color Harmonies of #FCBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFE9

Black with #FCBFE9

Text Example


Text Example

White with #FCBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFE9; }

 p { color: rgb(252,191,233); }

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

background-color css

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

 a { background-color: rgb(252,191,233); }

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

border-color css

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

 span { border-color: rgb(252,191,233); }

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